#0c8094

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

Shades of Eastern Blue #0C8094

Tints of Eastern Blue #0C8094

Color information

#0C8094 (or 0x0C8094) is unknown color: approx Eastern Blue. HEX triplet: 0C, 80 and 94. RGB value is (12,128,148). Sum of RGB (Red+Green+Blue) = 12+128+148=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C8094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8094 is #F37F6B. Grayscale: #5F5F5F. Windows color (decimal): -15957868 or 9732108. OLE color: 9732108.

HSL color Cylindrical-coordinate representation of color #0C8094: hue angle of 188.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8094 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12128148-
CMYK0.920.1400.42
HSL188.82º85%31.37%-
HSV(B)188.82º91.89%58.04%-
XYZ13.2217.6530.73-
YUV95.6157.5768.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.17%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=4.17%
G=44.44%
B=51.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121281480.920.1400.42188.828531.37
HexC80945CE02Abd551f
Octal142002241341605227512537
Binary1100100000001001010010111001110010101010111101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,128,148); }

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

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

 a { background-color: rgb(12,128,148); }

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

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

 span { border-color: rgb(12,128,148); }

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