Shades of Dark Cerulean #0C488D
Tints of Dark Cerulean #0C488D
RGB
CMYK
RGB Variations
Color information
#0C488D (or 0x0C488D) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 8D. RGB value is (12,72,141). Sum of RGB (Red+Green+Blue) = 12+72+141=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C488D is #F3B772. Grayscale: #3D3D3D. Windows color (decimal): -15972211 or 9259020. OLE color: 9259020.
HSL color Cylindrical-coordinate representation of color #0C488D: hue angle of 212.09º 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 #0C488D is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 72 | 141 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.45 |
| HSL | 212.09º | 0.84% | 0.3% | - |
| HSV(B) | 212.09º | 0.91% | 0.55% | - |
| XYZ | 7.28 | 6.64 | 26.1 | - |
| YUV | 61.93 | 172.62 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 141 | 0.91 | 0.49 | 0 | 0.45 | 212.09 | 0.84 | 0.3 |
| Hex | C | 48 | 8D | 5B | 31 | 0 | 2D | D4 | 54 | 1E |
| Octal | 14 | 110 | 215 | 133 | 61 | 0 | 55 | 324 | 124 | 36 |
| Binary | 1100 | 1001000 | 10001101 | 1011011 | 110001 | 0 | 101101 | 11010100 | 1010100 | 11110 |
Color Harmonies of #0C488D
Complementary color
Monochromatic Colors of #0C488D
Black with #0C488D
Text Example
Text Example
White with #0C488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C488D; }
p { color: rgb(12,72,141); }
H1.HeaderClassName
{
color: #0C488D;
}
.AnyTagClassName
{
color: #0C488D;
}
</style>
background-color css
<style>
a { background-color: #0C488D; }
a { background-color: rgb(12,72,141); }
div.DivClassName
{
background-color: #0C488D;
}
.BgClassName
{
background-color: #0C488D;
}
</style>
border-color css
<style>
span { border-color: #0C488D; }
span { border-color: rgb(12,72,141); }
td.TdClassName
{
border-color: #0C488D;
}
.TagClassName
{
border-color: #0C488D;
}
</style>