Shades of Cerulean #0C6EAF
Tints of Cerulean #0C6EAF
RGB
CMYK
RGB Variations
Color information
#0C6EAF (or 0x0C6EAF) is known color: Cerulean. HEX triplet: 0C, 6E and AF. RGB value is (12,110,175). Sum of RGB (Red+Green+Blue) = 12+110+175=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C6EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6EAF is #F39150. Grayscale: #575757. Windows color (decimal): -15962449 or 11496972. OLE color: 11496972.
HSL color Cylindrical-coordinate representation of color #0C6EAF: hue angle of 203.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6EAF is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 110 | 175 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.31 |
| HSL | 203.93º | 0.87% | 0.37% | - |
| HSV(B) | 203.93º | 0.93% | 0.69% | - |
| XYZ | 13.47 | 14.33 | 42.61 | - |
| YUV | 88.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 175 | 0.93 | 0.37 | 0 | 0.31 | 203.93 | 0.87 | 0.37 |
| Hex | C | 6E | AF | 5D | 25 | 0 | 1F | CC | 57 | 25 |
| Octal | 14 | 156 | 257 | 135 | 45 | 0 | 37 | 314 | 127 | 45 |
| Binary | 1100 | 1101110 | 10101111 | 1011101 | 100101 | 0 | 11111 | 11001100 | 1010111 | 100101 |
Color Harmonies of #0C6EAF
Complementary color
Monochromatic Colors of #0C6EAF
Black with #0C6EAF
Text Example
Text Example
White with #0C6EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6EAF; }
p { color: rgb(12,110,175); }
H1.HeaderClassName
{
color: #0C6EAF;
}
.AnyTagClassName
{
color: #0C6EAF;
}
</style>
background-color css
<style>
a { background-color: #0C6EAF; }
a { background-color: rgb(12,110,175); }
div.DivClassName
{
background-color: #0C6EAF;
}
.BgClassName
{
background-color: #0C6EAF;
}
</style>
border-color css
<style>
span { border-color: #0C6EAF; }
span { border-color: rgb(12,110,175); }
td.TdClassName
{
border-color: #0C6EAF;
}
.TagClassName
{
border-color: #0C6EAF;
}
</style>