#0C859A

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

Shades of Eastern Blue #0C859A

Tints of Eastern Blue #0C859A

Color information

#0C859A (or 0x0C859A) is unknown color: approx Eastern Blue. HEX triplet: 0C, 85 and 9A. RGB value is (12,133,154). Sum of RGB (Red+Green+Blue) = 12+133+154=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C859A is #F37A65. Grayscale: #636363. Windows color (decimal): -15956582 or 10126604. OLE color: 10126604.

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

Color convert

RGB12133154-
CMYK0.920.1400.40
HSL188.87º85.54%32.55%-
HSV(B)188.87º92.21%60.39%-
XYZ14.3719.1933.52-
YUV99.21158.9165.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=4.01%
G=44.48%
B=51.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121331540.920.1400.40188.8785.5432.55
HexC859A5CE028bd5621
Octal142052321341605027512641
Binary11001000010110011010101110011100101000101111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,154); }

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

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

 a { background-color: rgb(12,133,154); }

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

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

 span { border-color: rgb(12,133,154); }

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