Shades of Eastern Blue #0C859A
Tints of Eastern Blue #0C859A
RGB
CMYK
RGB Variations
Color information
#0C859A (or 0x0C859A) is known color: 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
| RGB | 12 | 133 | 154 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.40 |
| HSL | 188.87º | 0.86% | 0.33% | - |
| HSV(B) | 188.87º | 0.92% | 0.6% | - |
| XYZ | 14.37 | 19.19 | 33.52 | - |
| YUV | 99.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 154 | 0.92 | 0.14 | 0 | 0.40 | 188.87 | 0.86 | 0.33 |
| Hex | C | 85 | 9A | 5C | E | 0 | 28 | BD | 56 | 21 |
| Octal | 14 | 205 | 232 | 134 | 16 | 0 | 50 | 275 | 126 | 41 |
| Binary | 1100 | 10000101 | 10011010 | 1011100 | 1110 | 0 | 101000 | 10111101 | 1010110 | 100001 |
Color Harmonies of #0C859A
Complementary color
Monochromatic Colors of #0C859A
Black with #0C859A
Text Example
Text Example
White with #0C859A
Text Example
Text Example
HTML Codes & Css Web 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>