Shades of Dark Cerulean #0C558A
Tints of Dark Cerulean #0C558A
RGB
CMYK
RGB Variations
Color information
#0C558A (or 0x0C558A) is known color: Dark Cerulean. HEX triplet: 0C, 55 and 8A. RGB value is (12,85,138). Sum of RGB (Red+Green+Blue) = 12+85+138=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C558A is #F3AA75. Grayscale: #444444. Windows color (decimal): -15968886 or 9065740. OLE color: 9065740.
HSL color Cylindrical-coordinate representation of color #0C558A: hue angle of 205.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C558A is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 85 | 138 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.46 |
| HSL | 205.24º | 0.84% | 0.29% | - |
| HSV(B) | 205.24º | 0.91% | 0.54% | - |
| XYZ | 7.99 | 8.41 | 25.25 | - |
| YUV | 69.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 85 | 138 | 0.91 | 0.38 | 0 | 0.46 | 205.24 | 0.84 | 0.29 |
| Hex | C | 55 | 8A | 5B | 26 | 0 | 2E | CD | 54 | 1D |
| Octal | 14 | 125 | 212 | 133 | 46 | 0 | 56 | 315 | 124 | 35 |
| Binary | 1100 | 1010101 | 10001010 | 1011011 | 100110 | 0 | 101110 | 11001101 | 1010100 | 11101 |
Color Harmonies of #0C558A
Complementary color
Monochromatic Colors of #0C558A
Black with #0C558A
Text Example
Text Example
White with #0C558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C558A; }
p { color: rgb(12,85,138); }
H1.HeaderClassName
{
color: #0C558A;
}
.AnyTagClassName
{
color: #0C558A;
}
</style>
background-color css
<style>
a { background-color: #0C558A; }
a { background-color: rgb(12,85,138); }
div.DivClassName
{
background-color: #0C558A;
}
.BgClassName
{
background-color: #0C558A;
}
</style>
border-color css
<style>
span { border-color: #0C558A; }
span { border-color: rgb(12,85,138); }
td.TdClassName
{
border-color: #0C558A;
}
.TagClassName
{
border-color: #0C558A;
}
</style>