Shades of Cerulean #0C6DAE
Tints of Cerulean #0C6DAE
RGB
CMYK
RGB Variations
Color information
#0C6DAE (or 0x0C6DAE) is known color: Cerulean. HEX triplet: 0C, 6D and AE. RGB value is (12,109,174). Sum of RGB (Red+Green+Blue) = 12+109+174=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C6DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6DAE is #F39251. Grayscale: #575757. Windows color (decimal): -15962706 or 11431180. OLE color: 11431180.
HSL color Cylindrical-coordinate representation of color #0C6DAE: hue angle of 204.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6DAE is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 109 | 174 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.32 |
| HSL | 204.07º | 0.87% | 0.36% | - |
| HSV(B) | 204.07º | 0.93% | 0.68% | - |
| XYZ | 13.26 | 14.07 | 42.06 | - |
| YUV | 87.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 174 | 0.93 | 0.37 | 0 | 0.32 | 204.07 | 0.87 | 0.36 |
| Hex | C | 6D | AE | 5D | 25 | 0 | 20 | CC | 57 | 24 |
| Octal | 14 | 155 | 256 | 135 | 45 | 0 | 40 | 314 | 127 | 44 |
| Binary | 1100 | 1101101 | 10101110 | 1011101 | 100101 | 0 | 100000 | 11001100 | 1010111 | 100100 |
Color Harmonies of #0C6DAE
Complementary color
Monochromatic Colors of #0C6DAE
Black with #0C6DAE
Text Example
Text Example
White with #0C6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DAE; }
p { color: rgb(12,109,174); }
H1.HeaderClassName
{
color: #0C6DAE;
}
.AnyTagClassName
{
color: #0C6DAE;
}
</style>
background-color css
<style>
a { background-color: #0C6DAE; }
a { background-color: rgb(12,109,174); }
div.DivClassName
{
background-color: #0C6DAE;
}
.BgClassName
{
background-color: #0C6DAE;
}
</style>
border-color css
<style>
span { border-color: #0C6DAE; }
span { border-color: rgb(12,109,174); }
td.TdClassName
{
border-color: #0C6DAE;
}
.TagClassName
{
border-color: #0C6DAE;
}
</style>