Shades of Eastern Blue #0C7F92
Tints of Eastern Blue #0C7F92
RGB
CMYK
RGB Variations
Color information
#0C7F92 (or 0x0C7F92) is known color: Eastern Blue. HEX triplet: 0C, 7F and 92. RGB value is (12,127,146). Sum of RGB (Red+Green+Blue) = 12+127+146=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C7F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7F92 is #F3806D. Grayscale: #5E5E5E. Windows color (decimal): -15958126 or 9600780. OLE color: 9600780.
HSL color Cylindrical-coordinate representation of color #0C7F92: hue angle of 188.51º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7F92 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 127 | 146 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.43 |
| HSL | 188.51º | 0.85% | 0.31% | - |
| HSV(B) | 188.51º | 0.92% | 0.57% | - |
| XYZ | 12.93 | 17.33 | 29.86 | - |
| YUV | 94.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 146 | 0.92 | 0.13 | 0 | 0.43 | 188.51 | 0.85 | 0.31 |
| Hex | C | 7F | 92 | 5C | D | 0 | 2B | BD | 55 | 1F |
| Octal | 14 | 177 | 222 | 134 | 15 | 0 | 53 | 275 | 125 | 37 |
| Binary | 1100 | 1111111 | 10010010 | 1011100 | 1101 | 0 | 101011 | 10111101 | 1010101 | 11111 |
Color Harmonies of #0C7F92
Complementary color
Monochromatic Colors of #0C7F92
Black with #0C7F92
Text Example
Text Example
White with #0C7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F92; }
p { color: rgb(12,127,146); }
H1.HeaderClassName
{
color: #0C7F92;
}
.AnyTagClassName
{
color: #0C7F92;
}
</style>
background-color css
<style>
a { background-color: #0C7F92; }
a { background-color: rgb(12,127,146); }
div.DivClassName
{
background-color: #0C7F92;
}
.BgClassName
{
background-color: #0C7F92;
}
</style>
border-color css
<style>
span { border-color: #0C7F92; }
span { border-color: rgb(12,127,146); }
td.TdClassName
{
border-color: #0C7F92;
}
.TagClassName
{
border-color: #0C7F92;
}
</style>