#0C909E

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

Shades of Eastern Blue #0C909E

Tints of Eastern Blue #0C909E

Color information

#0C909E (or 0x0C909E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 90 and 9E. RGB value is (12,144,158). Sum of RGB (Red+Green+Blue) = 12+144+158=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C909E is #F36F61. Grayscale: #696969. Windows color (decimal): -15953762 or 10391564. OLE color: 10391564.

HSL color Cylindrical-coordinate representation of color #0C909E: hue angle of 185.75º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C909E is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12144158-
CMYK0.920.0900.38
HSL185.75º85.88%33.33%-
HSV(B)185.75º92.41%61.96%-
XYZ16.322.4935.83-
YUV106.13157.2760.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=3.82%
G=45.86%
B=50.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121441580.920.0900.38185.7585.8833.33
HexC909E5C9026ba5621
Octal142202361341104627212641
Binary11001001000010011110101110010010100110101110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,144,158); }

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

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

 a { background-color: rgb(12,144,158); }

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

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

 span { border-color: rgb(12,144,158); }

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