Shades of Dark Cerulean #0C578D
Tints of Dark Cerulean #0C578D
RGB
CMYK
RGB Variations
Color information
#0C578D (or 0x0C578D) is known color: Dark Cerulean. HEX triplet: 0C, 57 and 8D. RGB value is (12,87,141). Sum of RGB (Red+Green+Blue) = 12+87+141=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C578D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C578D is #F3A872. Grayscale: #464646. Windows color (decimal): -15968371 or 9262860. OLE color: 9262860.
HSL color Cylindrical-coordinate representation of color #0C578D: hue angle of 205.12º 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 #0C578D is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 87 | 141 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.45 |
| HSL | 205.12º | 0.84% | 0.3% | - |
| HSV(B) | 205.12º | 0.91% | 0.55% | - |
| XYZ | 8.37 | 8.82 | 26.46 | - |
| YUV | 70.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 141 | 0.91 | 0.38 | 0 | 0.45 | 205.12 | 0.84 | 0.3 |
| Hex | C | 57 | 8D | 5B | 26 | 0 | 2D | CD | 54 | 1E |
| Octal | 14 | 127 | 215 | 133 | 46 | 0 | 55 | 315 | 124 | 36 |
| Binary | 1100 | 1010111 | 10001101 | 1011011 | 100110 | 0 | 101101 | 11001101 | 1010100 | 11110 |
Color Harmonies of #0C578D
Complementary color
Monochromatic Colors of #0C578D
Black with #0C578D
Text Example
Text Example
White with #0C578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C578D; }
p { color: rgb(12,87,141); }
H1.HeaderClassName
{
color: #0C578D;
}
.AnyTagClassName
{
color: #0C578D;
}
</style>
background-color css
<style>
a { background-color: #0C578D; }
a { background-color: rgb(12,87,141); }
div.DivClassName
{
background-color: #0C578D;
}
.BgClassName
{
background-color: #0C578D;
}
</style>
border-color css
<style>
span { border-color: #0C578D; }
span { border-color: rgb(12,87,141); }
td.TdClassName
{
border-color: #0C578D;
}
.TagClassName
{
border-color: #0C578D;
}
</style>