Shades of Dark Cerulean #04408D
Tints of Dark Cerulean #04408D
RGB
CMYK
RGB Variations
Color information
#04408D (or 0x04408D) is known color: Dark Cerulean. HEX triplet: 04, 40 and 8D. RGB value is (4,64,141). Sum of RGB (Red+Green+Blue) = 4+64+141=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #04408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04408D is #FBBF72. Grayscale: #363636. Windows color (decimal): -16498547 or 9256964. OLE color: 9256964.
HSL color Cylindrical-coordinate representation of color #04408D: hue angle of 213.72º 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 #04408D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 64 | 141 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.45 |
| HSL | 213.72º | 0.94% | 0.28% | - |
| HSV(B) | 213.72º | 0.97% | 0.55% | - |
| XYZ | 6.69 | 5.62 | 25.93 | - |
| YUV | 54.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 141 | 0.97 | 0.55 | 0 | 0.45 | 213.72 | 0.94 | 0.28 |
| Hex | 4 | 40 | 8D | 61 | 37 | 0 | 2D | D6 | 5E | 1C |
| Octal | 4 | 100 | 215 | 141 | 67 | 0 | 55 | 326 | 136 | 34 |
| Binary | 100 | 1000000 | 10001101 | 1100001 | 110111 | 0 | 101101 | 11010110 | 1011110 | 11100 |
Color Harmonies of #04408D
Complementary color
Monochromatic Colors of #04408D
Black with #04408D
Text Example
Text Example
White with #04408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04408D; }
p { color: rgb(4,64,141); }
H1.HeaderClassName
{
color: #04408D;
}
.AnyTagClassName
{
color: #04408D;
}
</style>
background-color css
<style>
a { background-color: #04408D; }
a { background-color: rgb(4,64,141); }
div.DivClassName
{
background-color: #04408D;
}
.BgClassName
{
background-color: #04408D;
}
</style>
border-color css
<style>
span { border-color: #04408D; }
span { border-color: rgb(4,64,141); }
td.TdClassName
{
border-color: #04408D;
}
.TagClassName
{
border-color: #04408D;
}
</style>