Shades of Dark Cerulean #04448C
Tints of Dark Cerulean #04448C
RGB
CMYK
RGB Variations
Color information
#04448C (or 0x04448C) is known color: Dark Cerulean. HEX triplet: 04, 44 and 8C. RGB value is (4,68,140). Sum of RGB (Red+Green+Blue) = 4+68+140=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #04448C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04448C is #FBBB73. Grayscale: #383838. Windows color (decimal): -16497524 or 9192452. OLE color: 9192452.
HSL color Cylindrical-coordinate representation of color #04448C: hue angle of 211.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04448C is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 68 | 140 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.45 |
| HSL | 211.76º | 0.94% | 0.28% | - |
| HSV(B) | 211.76º | 0.97% | 0.55% | - |
| XYZ | 6.85 | 6.05 | 25.62 | - |
| YUV | 57.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 140 | 0.97 | 0.51 | 0 | 0.45 | 211.76 | 0.94 | 0.28 |
| Hex | 4 | 44 | 8C | 61 | 33 | 0 | 2D | D4 | 5E | 1C |
| Octal | 4 | 104 | 214 | 141 | 63 | 0 | 55 | 324 | 136 | 34 |
| Binary | 100 | 1000100 | 10001100 | 1100001 | 110011 | 0 | 101101 | 11010100 | 1011110 | 11100 |
Color Harmonies of #04448C
Complementary color
Monochromatic Colors of #04448C
Black with #04448C
Text Example
Text Example
White with #04448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04448C; }
p { color: rgb(4,68,140); }
H1.HeaderClassName
{
color: #04448C;
}
.AnyTagClassName
{
color: #04448C;
}
</style>
background-color css
<style>
a { background-color: #04448C; }
a { background-color: rgb(4,68,140); }
div.DivClassName
{
background-color: #04448C;
}
.BgClassName
{
background-color: #04448C;
}
</style>
border-color css
<style>
span { border-color: #04448C; }
span { border-color: rgb(4,68,140); }
td.TdClassName
{
border-color: #04448C;
}
.TagClassName
{
border-color: #04448C;
}
</style>