Shades of Dark Cerulean #0C538D
Tints of Dark Cerulean #0C538D
RGB
CMYK
RGB Variations
Color information
#0C538D (or 0x0C538D) is known color: Dark Cerulean. HEX triplet: 0C, 53 and 8D. RGB value is (12,83,141). Sum of RGB (Red+Green+Blue) = 12+83+141=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C538D is #F3AC72. Grayscale: #444444. Windows color (decimal): -15969395 or 9261836. OLE color: 9261836.
HSL color Cylindrical-coordinate representation of color #0C538D: hue angle of 206.98º 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 #0C538D is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 83 | 141 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.45 |
| HSL | 206.98º | 0.84% | 0.3% | - |
| HSV(B) | 206.98º | 0.91% | 0.55% | - |
| XYZ | 8.05 | 8.19 | 26.36 | - |
| YUV | 68.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 141 | 0.91 | 0.41 | 0 | 0.45 | 206.98 | 0.84 | 0.3 |
| Hex | C | 53 | 8D | 5B | 29 | 0 | 2D | CF | 54 | 1E |
| Octal | 14 | 123 | 215 | 133 | 51 | 0 | 55 | 317 | 124 | 36 |
| Binary | 1100 | 1010011 | 10001101 | 1011011 | 101001 | 0 | 101101 | 11001111 | 1010100 | 11110 |
Color Harmonies of #0C538D
Complementary color
Monochromatic Colors of #0C538D
Black with #0C538D
Text Example
Text Example
White with #0C538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C538D; }
p { color: rgb(12,83,141); }
H1.HeaderClassName
{
color: #0C538D;
}
.AnyTagClassName
{
color: #0C538D;
}
</style>
background-color css
<style>
a { background-color: #0C538D; }
a { background-color: rgb(12,83,141); }
div.DivClassName
{
background-color: #0C538D;
}
.BgClassName
{
background-color: #0C538D;
}
</style>
border-color css
<style>
span { border-color: #0C538D; }
span { border-color: rgb(12,83,141); }
td.TdClassName
{
border-color: #0C538D;
}
.TagClassName
{
border-color: #0C538D;
}
</style>