Shades of Dark Cerulean #04408A
Tints of Dark Cerulean #04408A
RGB
CMYK
RGB Variations
Color information
#04408A (or 0x04408A) is known color: Dark Cerulean. HEX triplet: 04, 40 and 8A. RGB value is (4,64,138). Sum of RGB (Red+Green+Blue) = 4+64+138=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #04408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04408A is #FBBF75. Grayscale: #363636. Windows color (decimal): -16498550 or 9060356. OLE color: 9060356.
HSL color Cylindrical-coordinate representation of color #04408A: hue angle of 213.13º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04408A is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 64 | 138 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.46 |
| HSL | 213.13º | 0.94% | 0.28% | - |
| HSV(B) | 213.13º | 0.97% | 0.54% | - |
| XYZ | 6.47 | 5.53 | 24.77 | - |
| YUV | 54.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 138 | 0.97 | 0.54 | 0 | 0.46 | 213.13 | 0.94 | 0.28 |
| Hex | 4 | 40 | 8A | 61 | 36 | 0 | 2E | D5 | 5E | 1C |
| Octal | 4 | 100 | 212 | 141 | 66 | 0 | 56 | 325 | 136 | 34 |
| Binary | 100 | 1000000 | 10001010 | 1100001 | 110110 | 0 | 101110 | 11010101 | 1011110 | 11100 |
Color Harmonies of #04408A
Complementary color
Monochromatic Colors of #04408A
Black with #04408A
Text Example
Text Example
White with #04408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04408A; }
p { color: rgb(4,64,138); }
H1.HeaderClassName
{
color: #04408A;
}
.AnyTagClassName
{
color: #04408A;
}
</style>
background-color css
<style>
a { background-color: #04408A; }
a { background-color: rgb(4,64,138); }
div.DivClassName
{
background-color: #04408A;
}
.BgClassName
{
background-color: #04408A;
}
</style>
border-color css
<style>
span { border-color: #04408A; }
span { border-color: rgb(4,64,138); }
td.TdClassName
{
border-color: #04408A;
}
.TagClassName
{
border-color: #04408A;
}
</style>