Shades of Eastern Blue #0C859B
Tints of Eastern Blue #0C859B
RGB
CMYK
RGB Variations
Color information
#0C859B (or 0x0C859B) is known color: Eastern Blue. HEX triplet: 0C, 85 and 9B. RGB value is (12,133,155). Sum of RGB (Red+Green+Blue) = 12+133+155=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C859B is #F37A64. Grayscale: #636363. Windows color (decimal): -15956581 or 10192140. OLE color: 10192140.
HSL color Cylindrical-coordinate representation of color #0C859B: hue angle of 189.23º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C859B is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 133 | 155 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.39 |
| HSL | 189.23º | 0.86% | 0.33% | - |
| HSV(B) | 189.23º | 0.92% | 0.61% | - |
| XYZ | 14.46 | 19.22 | 33.96 | - |
| YUV | 99.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 155 | 0.92 | 0.14 | 0 | 0.39 | 189.23 | 0.86 | 0.33 |
| Hex | C | 85 | 9B | 5C | E | 0 | 27 | BD | 56 | 21 |
| Octal | 14 | 205 | 233 | 134 | 16 | 0 | 47 | 275 | 126 | 41 |
| Binary | 1100 | 10000101 | 10011011 | 1011100 | 1110 | 0 | 100111 | 10111101 | 1010110 | 100001 |
Color Harmonies of #0C859B
Complementary color
Monochromatic Colors of #0C859B
Black with #0C859B
Text Example
Text Example
White with #0C859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C859B; }
p { color: rgb(12,133,155); }
H1.HeaderClassName
{
color: #0C859B;
}
.AnyTagClassName
{
color: #0C859B;
}
</style>
background-color css
<style>
a { background-color: #0C859B; }
a { background-color: rgb(12,133,155); }
div.DivClassName
{
background-color: #0C859B;
}
.BgClassName
{
background-color: #0C859B;
}
</style>
border-color css
<style>
span { border-color: #0C859B; }
span { border-color: rgb(12,133,155); }
td.TdClassName
{
border-color: #0C859B;
}
.TagClassName
{
border-color: #0C859B;
}
</style>