Shades of Dark Cerulean #04407F
Tints of Dark Cerulean #04407F
RGB
CMYK
RGB Variations
Color information
#04407F (or 0x04407F) is known color: Dark Cerulean. HEX triplet: 04, 40 and 7F. RGB value is (4,64,127). Sum of RGB (Red+Green+Blue) = 4+64+127=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #04407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04407F is #FBBF80. Grayscale: #343434. Windows color (decimal): -16498561 or 8339460. OLE color: 8339460.
HSL color Cylindrical-coordinate representation of color #04407F: hue angle of 210.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04407F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 64 | 127 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.50 |
| HSL | 210.73º | 0.94% | 0.26% | - |
| HSV(B) | 210.73º | 0.97% | 0.5% | - |
| XYZ | 5.71 | 5.22 | 20.79 | - |
| YUV | 53.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 127 | 0.97 | 0.50 | 0 | 0.50 | 210.73 | 0.94 | 0.26 |
| Hex | 4 | 40 | 7F | 61 | 32 | 0 | 32 | D3 | 5E | 1A |
| Octal | 4 | 100 | 177 | 141 | 62 | 0 | 62 | 323 | 136 | 32 |
| Binary | 100 | 1000000 | 1111111 | 1100001 | 110010 | 0 | 110010 | 11010011 | 1011110 | 11010 |
Color Harmonies of #04407F
Complementary color
Monochromatic Colors of #04407F
Black with #04407F
Text Example
Text Example
White with #04407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04407F; }
p { color: rgb(4,64,127); }
H1.HeaderClassName
{
color: #04407F;
}
.AnyTagClassName
{
color: #04407F;
}
</style>
background-color css
<style>
a { background-color: #04407F; }
a { background-color: rgb(4,64,127); }
div.DivClassName
{
background-color: #04407F;
}
.BgClassName
{
background-color: #04407F;
}
</style>
border-color css
<style>
span { border-color: #04407F; }
span { border-color: rgb(4,64,127); }
td.TdClassName
{
border-color: #04407F;
}
.TagClassName
{
border-color: #04407F;
}
</style>