Shades of Dark Cerulean #04407B
Tints of Dark Cerulean #04407B
RGB
CMYK
RGB Variations
Color information
#04407B (or 0x04407B) is known color: Dark Cerulean. HEX triplet: 04, 40 and 7B. RGB value is (4,64,123). Sum of RGB (Red+Green+Blue) = 4+64+123=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #04407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04407B is #FBBF84. Grayscale: #343434. Windows color (decimal): -16498565 or 8077316. OLE color: 8077316.
HSL color Cylindrical-coordinate representation of color #04407B: hue angle of 209.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04407B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 64 | 123 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.52 |
| HSL | 209.75º | 0.94% | 0.25% | - |
| HSV(B) | 209.75º | 0.97% | 0.48% | - |
| XYZ | 5.46 | 5.12 | 19.44 | - |
| YUV | 52.79 | 167.62 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 123 | 0.97 | 0.48 | 0 | 0.52 | 209.75 | 0.94 | 0.25 |
| Hex | 4 | 40 | 7B | 61 | 30 | 0 | 34 | D2 | 5E | 19 |
| Octal | 4 | 100 | 173 | 141 | 60 | 0 | 64 | 322 | 136 | 31 |
| Binary | 100 | 1000000 | 1111011 | 1100001 | 110000 | 0 | 110100 | 11010010 | 1011110 | 11001 |
Color Harmonies of #04407B
Complementary color
Monochromatic Colors of #04407B
Black with #04407B
Text Example
Text Example
White with #04407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04407B; }
p { color: rgb(4,64,123); }
H1.HeaderClassName
{
color: #04407B;
}
.AnyTagClassName
{
color: #04407B;
}
</style>
background-color css
<style>
a { background-color: #04407B; }
a { background-color: rgb(4,64,123); }
div.DivClassName
{
background-color: #04407B;
}
.BgClassName
{
background-color: #04407B;
}
</style>
border-color css
<style>
span { border-color: #04407B; }
span { border-color: rgb(4,64,123); }
td.TdClassName
{
border-color: #04407B;
}
.TagClassName
{
border-color: #04407B;
}
</style>