Shades of Dark Cerulean #0C5091
Tints of Dark Cerulean #0C5091
RGB
CMYK
RGB Variations
Color information
#0C5091 (or 0x0C5091) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 91. RGB value is (12,80,145). Sum of RGB (Red+Green+Blue) = 12+80+145=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C5091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5091 is #F3AF6E. Grayscale: #424242. Windows color (decimal): -15970159 or 9523212. OLE color: 9523212.
HSL color Cylindrical-coordinate representation of color #0C5091: hue angle of 209.32º 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 #0C5091 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 80 | 145 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.43 |
| HSL | 209.32º | 0.85% | 0.31% | - |
| HSV(B) | 209.32º | 0.92% | 0.57% | - |
| XYZ | 8.13 | 7.86 | 27.88 | - |
| YUV | 67.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 145 | 0.92 | 0.45 | 0 | 0.43 | 209.32 | 0.85 | 0.31 |
| Hex | C | 50 | 91 | 5C | 2D | 0 | 2B | D1 | 55 | 1F |
| Octal | 14 | 120 | 221 | 134 | 55 | 0 | 53 | 321 | 125 | 37 |
| Binary | 1100 | 1010000 | 10010001 | 1011100 | 101101 | 0 | 101011 | 11010001 | 1010101 | 11111 |
Color Harmonies of #0C5091
Complementary color
Monochromatic Colors of #0C5091
Black with #0C5091
Text Example
Text Example
White with #0C5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5091; }
p { color: rgb(12,80,145); }
H1.HeaderClassName
{
color: #0C5091;
}
.AnyTagClassName
{
color: #0C5091;
}
</style>
background-color css
<style>
a { background-color: #0C5091; }
a { background-color: rgb(12,80,145); }
div.DivClassName
{
background-color: #0C5091;
}
.BgClassName
{
background-color: #0C5091;
}
</style>
border-color css
<style>
span { border-color: #0C5091; }
span { border-color: rgb(12,80,145); }
td.TdClassName
{
border-color: #0C5091;
}
.TagClassName
{
border-color: #0C5091;
}
</style>