Shades of Eastern Blue #0C859E
Tints of Eastern Blue #0C859E
RGB
CMYK
RGB Variations
Color information
#0C859E (or 0x0C859E) is known color: Eastern Blue. HEX triplet: 0C, 85 and 9E. RGB value is (12,133,158). Sum of RGB (Red+Green+Blue) = 12+133+158=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C859E is #F37A61. Grayscale: #636363. Windows color (decimal): -15956578 or 10388748. OLE color: 10388748.
HSL color Cylindrical-coordinate representation of color #0C859E: hue angle of 190.27º 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 #0C859E is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 133 | 158 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.38 |
| HSL | 190.27º | 0.86% | 0.33% | - |
| HSV(B) | 190.27º | 0.92% | 0.62% | - |
| XYZ | 14.71 | 19.32 | 35.3 | - |
| YUV | 99.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 158 | 0.92 | 0.16 | 0 | 0.38 | 190.27 | 0.86 | 0.33 |
| Hex | C | 85 | 9E | 5C | 10 | 0 | 26 | BE | 56 | 21 |
| Octal | 14 | 205 | 236 | 134 | 20 | 0 | 46 | 276 | 126 | 41 |
| Binary | 1100 | 10000101 | 10011110 | 1011100 | 10000 | 0 | 100110 | 10111110 | 1010110 | 100001 |
Color Harmonies of #0C859E
Complementary color
Monochromatic Colors of #0C859E
Black with #0C859E
Text Example
Text Example
White with #0C859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C859E; }
p { color: rgb(12,133,158); }
H1.HeaderClassName
{
color: #0C859E;
}
.AnyTagClassName
{
color: #0C859E;
}
</style>
background-color css
<style>
a { background-color: #0C859E; }
a { background-color: rgb(12,133,158); }
div.DivClassName
{
background-color: #0C859E;
}
.BgClassName
{
background-color: #0C859E;
}
</style>
border-color css
<style>
span { border-color: #0C859E; }
span { border-color: rgb(12,133,158); }
td.TdClassName
{
border-color: #0C859E;
}
.TagClassName
{
border-color: #0C859E;
}
</style>