Shades of Cerulean #0C6DAD
Tints of Cerulean #0C6DAD
RGB
CMYK
RGB Variations
Color information
#0C6DAD (or 0x0C6DAD) is known color: Cerulean. HEX triplet: 0C, 6D and AD. RGB value is (12,109,173). Sum of RGB (Red+Green+Blue) = 12+109+173=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C6DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6DAD is #F39252. Grayscale: #565656. Windows color (decimal): -15962707 or 11365644. OLE color: 11365644.
HSL color Cylindrical-coordinate representation of color #0C6DAD: hue angle of 203.85º 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 #0C6DAD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 109 | 173 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.32 |
| HSL | 203.85º | 0.87% | 0.36% | - |
| HSV(B) | 203.85º | 0.93% | 0.68% | - |
| XYZ | 13.16 | 14.03 | 41.55 | - |
| YUV | 87.29 | 176.36 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 173 | 0.93 | 0.37 | 0 | 0.32 | 203.85 | 0.87 | 0.36 |
| Hex | C | 6D | AD | 5D | 25 | 0 | 20 | CC | 57 | 24 |
| Octal | 14 | 155 | 255 | 135 | 45 | 0 | 40 | 314 | 127 | 44 |
| Binary | 1100 | 1101101 | 10101101 | 1011101 | 100101 | 0 | 100000 | 11001100 | 1010111 | 100100 |
Color Harmonies of #0C6DAD
Complementary color
Monochromatic Colors of #0C6DAD
Black with #0C6DAD
Text Example
Text Example
White with #0C6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DAD; }
p { color: rgb(12,109,173); }
H1.HeaderClassName
{
color: #0C6DAD;
}
.AnyTagClassName
{
color: #0C6DAD;
}
</style>
background-color css
<style>
a { background-color: #0C6DAD; }
a { background-color: rgb(12,109,173); }
div.DivClassName
{
background-color: #0C6DAD;
}
.BgClassName
{
background-color: #0C6DAD;
}
</style>
border-color css
<style>
span { border-color: #0C6DAD; }
span { border-color: rgb(12,109,173); }
td.TdClassName
{
border-color: #0C6DAD;
}
.TagClassName
{
border-color: #0C6DAD;
}
</style>