Shades of Dark Cerulean #0C568D
Tints of Dark Cerulean #0C568D
RGB
CMYK
RGB Variations
Color information
#0C568D (or 0x0C568D) is known color: Dark Cerulean. HEX triplet: 0C, 56 and 8D. RGB value is (12,86,141). Sum of RGB (Red+Green+Blue) = 12+86+141=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C568D is #F3A972. Grayscale: #454545. Windows color (decimal): -15968627 or 9262604. OLE color: 9262604.
HSL color Cylindrical-coordinate representation of color #0C568D: hue angle of 205.58º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C568D is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 86 | 141 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.45 |
| HSL | 205.58º | 0.84% | 0.3% | - |
| HSV(B) | 205.58º | 0.91% | 0.55% | - |
| XYZ | 8.29 | 8.66 | 26.43 | - |
| YUV | 70.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 141 | 0.91 | 0.39 | 0 | 0.45 | 205.58 | 0.84 | 0.3 |
| Hex | C | 56 | 8D | 5B | 27 | 0 | 2D | CE | 54 | 1E |
| Octal | 14 | 126 | 215 | 133 | 47 | 0 | 55 | 316 | 124 | 36 |
| Binary | 1100 | 1010110 | 10001101 | 1011011 | 100111 | 0 | 101101 | 11001110 | 1010100 | 11110 |
Color Harmonies of #0C568D
Complementary color
Monochromatic Colors of #0C568D
Black with #0C568D
Text Example
Text Example
White with #0C568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C568D; }
p { color: rgb(12,86,141); }
H1.HeaderClassName
{
color: #0C568D;
}
.AnyTagClassName
{
color: #0C568D;
}
</style>
background-color css
<style>
a { background-color: #0C568D; }
a { background-color: rgb(12,86,141); }
div.DivClassName
{
background-color: #0C568D;
}
.BgClassName
{
background-color: #0C568D;
}
</style>
border-color css
<style>
span { border-color: #0C568D; }
span { border-color: rgb(12,86,141); }
td.TdClassName
{
border-color: #0C568D;
}
.TagClassName
{
border-color: #0C568D;
}
</style>