Shades of Dark Cerulean #0C568E
Tints of Dark Cerulean #0C568E
RGB
CMYK
RGB Variations
Color information
#0C568E (or 0x0C568E) is known color: Dark Cerulean. HEX triplet: 0C, 56 and 8E. RGB value is (12,86,142). Sum of RGB (Red+Green+Blue) = 12+86+142=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C568E is #F3A971. Grayscale: #454545. Windows color (decimal): -15968626 or 9328140. OLE color: 9328140.
HSL color Cylindrical-coordinate representation of color #0C568E: hue angle of 205.85º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C568E is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 86 | 142 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.44 |
| HSL | 205.85º | 0.84% | 0.3% | - |
| HSV(B) | 205.85º | 0.92% | 0.56% | - |
| XYZ | 8.36 | 8.69 | 26.83 | - |
| YUV | 70.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 142 | 0.92 | 0.39 | 0 | 0.44 | 205.85 | 0.84 | 0.3 |
| Hex | C | 56 | 8E | 5C | 27 | 0 | 2C | CE | 54 | 1E |
| Octal | 14 | 126 | 216 | 134 | 47 | 0 | 54 | 316 | 124 | 36 |
| Binary | 1100 | 1010110 | 10001110 | 1011100 | 100111 | 0 | 101100 | 11001110 | 1010100 | 11110 |
Color Harmonies of #0C568E
Complementary color
Monochromatic Colors of #0C568E
Black with #0C568E
Text Example
Text Example
White with #0C568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C568E; }
p { color: rgb(12,86,142); }
H1.HeaderClassName
{
color: #0C568E;
}
.AnyTagClassName
{
color: #0C568E;
}
</style>
background-color css
<style>
a { background-color: #0C568E; }
a { background-color: rgb(12,86,142); }
div.DivClassName
{
background-color: #0C568E;
}
.BgClassName
{
background-color: #0C568E;
}
</style>
border-color css
<style>
span { border-color: #0C568E; }
span { border-color: rgb(12,86,142); }
td.TdClassName
{
border-color: #0C568E;
}
.TagClassName
{
border-color: #0C568E;
}
</style>