Shades of Navy Blue #044FD2
Tints of Navy Blue #044FD2
RGB
CMYK
RGB Variations
Color information
#044FD2 (or 0x044FD2) is known color: Navy Blue. HEX triplet: 04, 4F and D2. RGB value is (4,79,210). Sum of RGB (Red+Green+Blue) = 4+79+210=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 210 (82.42% from 255 or 71.67% from 293); Max value from RGB is 210 - color contains mainly: blue. Hex color #044FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FD2 is #FBB02D. Grayscale: #464646. Windows color (decimal): -16494638 or 13782788. OLE color: 13782788.
HSL color Cylindrical-coordinate representation of color #044FD2: hue angle of 218.16º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FD2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 79 | 210 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.18 |
| HSL | 218.16º | 0.96% | 0.42% | - |
| HSV(B) | 218.16º | 0.98% | 0.82% | - |
| XYZ | 14.48 | 10.27 | 62.19 | - |
| YUV | 71.51 | 206.15 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 210 | 0.98 | 0.62 | 0 | 0.18 | 218.16 | 0.96 | 0.42 |
| Hex | 4 | 4F | D2 | 62 | 3E | 0 | 12 | DA | 60 | 2A |
| Octal | 4 | 117 | 322 | 142 | 76 | 0 | 22 | 332 | 140 | 52 |
| Binary | 100 | 1001111 | 11010010 | 1100010 | 111110 | 0 | 10010 | 11011010 | 1100000 | 101010 |
Color Harmonies of #044FD2
Complementary color
Monochromatic Colors of #044FD2
Black with #044FD2
Text Example
Text Example
White with #044FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FD2; }
p { color: rgb(4,79,210); }
H1.HeaderClassName
{
color: #044FD2;
}
.AnyTagClassName
{
color: #044FD2;
}
</style>
background-color css
<style>
a { background-color: #044FD2; }
a { background-color: rgb(4,79,210); }
div.DivClassName
{
background-color: #044FD2;
}
.BgClassName
{
background-color: #044FD2;
}
</style>
border-color css
<style>
span { border-color: #044FD2; }
span { border-color: rgb(4,79,210); }
td.TdClassName
{
border-color: #044FD2;
}
.TagClassName
{
border-color: #044FD2;
}
</style>