Shades of Eastern Blue #0C7F93
Tints of Eastern Blue #0C7F93
RGB
CMYK
RGB Variations
Color information
#0C7F93 (or 0x0C7F93) is known color: Eastern Blue. HEX triplet: 0C, 7F and 93. RGB value is (12,127,147). Sum of RGB (Red+Green+Blue) = 12+127+147=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C7F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7F93 is #F3806C. Grayscale: #5E5E5E. Windows color (decimal): -15958125 or 9666316. OLE color: 9666316.
HSL color Cylindrical-coordinate representation of color #0C7F93: hue angle of 188.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7F93 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 127 | 147 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.42 |
| HSL | 188.89º | 0.85% | 0.31% | - |
| HSV(B) | 188.89º | 0.92% | 0.58% | - |
| XYZ | 13.01 | 17.36 | 30.27 | - |
| YUV | 94.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 147 | 0.92 | 0.14 | 0 | 0.42 | 188.89 | 0.85 | 0.31 |
| Hex | C | 7F | 93 | 5C | E | 0 | 2A | BD | 55 | 1F |
| Octal | 14 | 177 | 223 | 134 | 16 | 0 | 52 | 275 | 125 | 37 |
| Binary | 1100 | 1111111 | 10010011 | 1011100 | 1110 | 0 | 101010 | 10111101 | 1010101 | 11111 |
Color Harmonies of #0C7F93
Complementary color
Monochromatic Colors of #0C7F93
Black with #0C7F93
Text Example
Text Example
White with #0C7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F93; }
p { color: rgb(12,127,147); }
H1.HeaderClassName
{
color: #0C7F93;
}
.AnyTagClassName
{
color: #0C7F93;
}
</style>
background-color css
<style>
a { background-color: #0C7F93; }
a { background-color: rgb(12,127,147); }
div.DivClassName
{
background-color: #0C7F93;
}
.BgClassName
{
background-color: #0C7F93;
}
</style>
border-color css
<style>
span { border-color: #0C7F93; }
span { border-color: rgb(12,127,147); }
td.TdClassName
{
border-color: #0C7F93;
}
.TagClassName
{
border-color: #0C7F93;
}
</style>