#0f929b

Color #0F929B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0F929B

Tints of Eastern Blue #0F929B

Color information

#0F929B (or 0x0F929B) is unknown color: approx Eastern Blue. HEX triplet: 0F, 92 and 9B. RGB value is (15,146,155). Sum of RGB (Red+Green+Blue) = 15+146+155=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F929B is #F06D64. Grayscale: #6B6B6B. Windows color (decimal): -15756645 or 10195471. OLE color: 10195471.

HSL color Cylindrical-coordinate representation of color #0F929B: hue angle of 183.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F929B is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15146155-
CMYK0.900.0600.39
HSL183.86º82.35%33.33%-
HSV(B)183.86º90.32%60.78%-
XYZ16.3923.0334.59-
YUV107.86154.661.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.75%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=4.75%
G=46.20%
B=49.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151461550.900.0600.39183.8682.3533.33
HexF929B5A6027b85221
Octal17222233132604727012241
Binary1111100100101001101110110101100100111101110001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f929b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f929b; }

 p { color: rgb(15,146,155); }

 H1.HeaderClassName
 {
   color: #0f929b;
 }
 .AnyTagClassName
 {
   color: #0f929b;
 }
</style>
background-color css

<style>
 a { background-color: #0f929b; }

 a { background-color: rgb(15,146,155); }

 div.DivClassName
 {
   background-color: #0f929b;
 }
 .BgClassName
 {
   background-color: #0f929b;
 }
</style>
border-color css

<style>
 span { border-color: #0f929b; }

 span { border-color: rgb(15,146,155); }

 td.TdClassName
 {
   border-color: #0f929b;
 }
 .TagClassName
 {
   border-color: #0f929b;
 }
</style>