Shades of Cerulean #0C6DAB
Tints of Cerulean #0C6DAB
RGB
CMYK
RGB Variations
Color information
#0C6DAB (or 0x0C6DAB) is known color: Cerulean. HEX triplet: 0C, 6D and AB. RGB value is (12,109,171). Sum of RGB (Red+Green+Blue) = 12+109+171=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C6DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6DAB is #F39254. Grayscale: #565656. Windows color (decimal): -15962709 or 11234572. OLE color: 11234572.
HSL color Cylindrical-coordinate representation of color #0C6DAB: hue angle of 203.4º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6DAB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 109 | 171 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.33 |
| HSL | 203.4º | 0.87% | 0.36% | - |
| HSV(B) | 203.4º | 0.93% | 0.67% | - |
| XYZ | 12.97 | 13.96 | 40.54 | - |
| YUV | 87.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 171 | 0.93 | 0.36 | 0 | 0.33 | 203.4 | 0.87 | 0.36 |
| Hex | C | 6D | AB | 5D | 24 | 0 | 21 | CB | 57 | 24 |
| Octal | 14 | 155 | 253 | 135 | 44 | 0 | 41 | 313 | 127 | 44 |
| Binary | 1100 | 1101101 | 10101011 | 1011101 | 100100 | 0 | 100001 | 11001011 | 1010111 | 100100 |
Color Harmonies of #0C6DAB
Complementary color
Monochromatic Colors of #0C6DAB
Black with #0C6DAB
Text Example
Text Example
White with #0C6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DAB; }
p { color: rgb(12,109,171); }
H1.HeaderClassName
{
color: #0C6DAB;
}
.AnyTagClassName
{
color: #0C6DAB;
}
</style>
background-color css
<style>
a { background-color: #0C6DAB; }
a { background-color: rgb(12,109,171); }
div.DivClassName
{
background-color: #0C6DAB;
}
.BgClassName
{
background-color: #0C6DAB;
}
</style>
border-color css
<style>
span { border-color: #0C6DAB; }
span { border-color: rgb(12,109,171); }
td.TdClassName
{
border-color: #0C6DAB;
}
.TagClassName
{
border-color: #0C6DAB;
}
</style>