Shades of Dark Cerulean #0C4E8D
Tints of Dark Cerulean #0C4E8D
RGB
CMYK
RGB Variations
Color information
#0C4E8D (or 0x0C4E8D) is known color: Dark Cerulean. HEX triplet: 0C, 4E and 8D. RGB value is (12,78,141). Sum of RGB (Red+Green+Blue) = 12+78+141=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C4E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4E8D is #F3B172. Grayscale: #414141. Windows color (decimal): -15970675 or 9260556. OLE color: 9260556.
HSL color Cylindrical-coordinate representation of color #0C4E8D: hue angle of 209.3º 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 #0C4E8D is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 78 | 141 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.45 |
| HSL | 209.3º | 0.84% | 0.3% | - |
| HSV(B) | 209.3º | 0.91% | 0.55% | - |
| XYZ | 7.68 | 7.45 | 26.23 | - |
| YUV | 65.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 141 | 0.91 | 0.45 | 0 | 0.45 | 209.3 | 0.84 | 0.3 |
| Hex | C | 4E | 8D | 5B | 2D | 0 | 2D | D1 | 54 | 1E |
| Octal | 14 | 116 | 215 | 133 | 55 | 0 | 55 | 321 | 124 | 36 |
| Binary | 1100 | 1001110 | 10001101 | 1011011 | 101101 | 0 | 101101 | 11010001 | 1010100 | 11110 |
Color Harmonies of #0C4E8D
Complementary color
Monochromatic Colors of #0C4E8D
Black with #0C4E8D
Text Example
Text Example
White with #0C4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E8D; }
p { color: rgb(12,78,141); }
H1.HeaderClassName
{
color: #0C4E8D;
}
.AnyTagClassName
{
color: #0C4E8D;
}
</style>
background-color css
<style>
a { background-color: #0C4E8D; }
a { background-color: rgb(12,78,141); }
div.DivClassName
{
background-color: #0C4E8D;
}
.BgClassName
{
background-color: #0C4E8D;
}
</style>
border-color css
<style>
span { border-color: #0C4E8D; }
span { border-color: rgb(12,78,141); }
td.TdClassName
{
border-color: #0C4E8D;
}
.TagClassName
{
border-color: #0C4E8D;
}
</style>