Shades of Dark Cerulean #0C448B
Tints of Dark Cerulean #0C448B
RGB
CMYK
RGB Variations
Color information
#0C448B (or 0x0C448B) is known color: Dark Cerulean. HEX triplet: 0C, 44 and 8B. RGB value is (12,68,139). Sum of RGB (Red+Green+Blue) = 12+68+139=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C448B is #F3BB74. Grayscale: #3B3B3B. Windows color (decimal): -15973237 or 9126924. OLE color: 9126924.
HSL color Cylindrical-coordinate representation of color #0C448B: hue angle of 213.54º 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 #0C448B is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 68 | 139 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.45 |
| HSL | 213.54º | 0.84% | 0.3% | - |
| HSV(B) | 213.54º | 0.91% | 0.55% | - |
| XYZ | 6.88 | 6.08 | 25.24 | - |
| YUV | 59.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 139 | 0.91 | 0.51 | 0 | 0.45 | 213.54 | 0.84 | 0.3 |
| Hex | C | 44 | 8B | 5B | 33 | 0 | 2D | D6 | 54 | 1E |
| Octal | 14 | 104 | 213 | 133 | 63 | 0 | 55 | 326 | 124 | 36 |
| Binary | 1100 | 1000100 | 10001011 | 1011011 | 110011 | 0 | 101101 | 11010110 | 1010100 | 11110 |
Color Harmonies of #0C448B
Complementary color
Monochromatic Colors of #0C448B
Black with #0C448B
Text Example
Text Example
White with #0C448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C448B; }
p { color: rgb(12,68,139); }
H1.HeaderClassName
{
color: #0C448B;
}
.AnyTagClassName
{
color: #0C448B;
}
</style>
background-color css
<style>
a { background-color: #0C448B; }
a { background-color: rgb(12,68,139); }
div.DivClassName
{
background-color: #0C448B;
}
.BgClassName
{
background-color: #0C448B;
}
</style>
border-color css
<style>
span { border-color: #0C448B; }
span { border-color: rgb(12,68,139); }
td.TdClassName
{
border-color: #0C448B;
}
.TagClassName
{
border-color: #0C448B;
}
</style>