Shades of Eastern Blue #0C7F99
Tints of Eastern Blue #0C7F99
RGB
CMYK
RGB Variations
Color information
#0C7F99 (or 0x0C7F99) is known color: Eastern Blue. HEX triplet: 0C, 7F and 99. RGB value is (12,127,153). Sum of RGB (Red+Green+Blue) = 12+127+153=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C7F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7F99 is #F38066. Grayscale: #5F5F5F. Windows color (decimal): -15958119 or 10059532. OLE color: 10059532.
HSL color Cylindrical-coordinate representation of color #0C7F99: hue angle of 191.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7F99 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 127 | 153 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.4 |
| HSL | 191.06º | 0.85% | 0.32% | - |
| HSV(B) | 191.06º | 0.92% | 0.6% | - |
| XYZ | 13.49 | 17.56 | 32.81 | - |
| YUV | 95.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 153 | 0.92 | 0.17 | 0 | 0.4 | 191.06 | 0.85 | 0.32 |
| Hex | C | 7F | 99 | 5C | 11 | 0 | 28 | BF | 55 | 20 |
| Octal | 14 | 177 | 231 | 134 | 21 | 0 | 50 | 277 | 125 | 40 |
| Binary | 1100 | 1111111 | 10011001 | 1011100 | 10001 | 0 | 101000 | 10111111 | 1010101 | 100000 |
Color Harmonies of #0C7F99
Complementary color
Monochromatic Colors of #0C7F99
Black with #0C7F99
Text Example
Text Example
White with #0C7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F99; }
p { color: rgb(12,127,153); }
H1.HeaderClassName
{
color: #0C7F99;
}
.AnyTagClassName
{
color: #0C7F99;
}
</style>
background-color css
<style>
a { background-color: #0C7F99; }
a { background-color: rgb(12,127,153); }
div.DivClassName
{
background-color: #0C7F99;
}
.BgClassName
{
background-color: #0C7F99;
}
</style>
border-color css
<style>
span { border-color: #0C7F99; }
span { border-color: rgb(12,127,153); }
td.TdClassName
{
border-color: #0C7F99;
}
.TagClassName
{
border-color: #0C7F99;
}
</style>