Shades of Dark Cerulean #04417A
Tints of Dark Cerulean #04417A
RGB
CMYK
RGB Variations
Color information
#04417A (or 0x04417A) is known color: Dark Cerulean. HEX triplet: 04, 41 and 7A. RGB value is (4,65,122). Sum of RGB (Red+Green+Blue) = 4+65+122=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #04417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04417A is #FBBE85. Grayscale: #343434. Windows color (decimal): -16498310 or 8012036. OLE color: 8012036.
HSL color Cylindrical-coordinate representation of color #04417A: hue angle of 208.98º 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 #04417A is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 65 | 122 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.52 |
| HSL | 208.98º | 0.94% | 0.25% | - |
| HSV(B) | 208.98º | 0.97% | 0.48% | - |
| XYZ | 5.45 | 5.21 | 19.13 | - |
| YUV | 53.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 122 | 0.97 | 0.47 | 0 | 0.52 | 208.98 | 0.94 | 0.25 |
| Hex | 4 | 41 | 7A | 61 | 2F | 0 | 34 | D1 | 5E | 19 |
| Octal | 4 | 101 | 172 | 141 | 57 | 0 | 64 | 321 | 136 | 31 |
| Binary | 100 | 1000001 | 1111010 | 1100001 | 101111 | 0 | 110100 | 11010001 | 1011110 | 11001 |
Color Harmonies of #04417A
Complementary color
Monochromatic Colors of #04417A
Black with #04417A
Text Example
Text Example
White with #04417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04417A; }
p { color: rgb(4,65,122); }
H1.HeaderClassName
{
color: #04417A;
}
.AnyTagClassName
{
color: #04417A;
}
</style>
background-color css
<style>
a { background-color: #04417A; }
a { background-color: rgb(4,65,122); }
div.DivClassName
{
background-color: #04417A;
}
.BgClassName
{
background-color: #04417A;
}
</style>
border-color css
<style>
span { border-color: #04417A; }
span { border-color: rgb(4,65,122); }
td.TdClassName
{
border-color: #04417A;
}
.TagClassName
{
border-color: #04417A;
}
</style>