Shades of Navy Blue #044ADF
Tints of Navy Blue #044ADF
RGB
CMYK
RGB Variations
Color information
#044ADF (or 0x044ADF) is known color: Navy Blue. HEX triplet: 04, 4A and DF. RGB value is (4,74,223). Sum of RGB (Red+Green+Blue) = 4+74+223=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #044ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ADF is #FBB520. Grayscale: #454545. Windows color (decimal): -16495905 or 14633476. OLE color: 14633476.
HSL color Cylindrical-coordinate representation of color #044ADF: hue angle of 220.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ADF is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 74 | 223 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.13 |
| HSL | 220.82º | 0.96% | 0.45% | - |
| HSV(B) | 220.82º | 0.98% | 0.87% | - |
| XYZ | 15.82 | 10.25 | 70.96 | - |
| YUV | 70.06 | 214.31 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 223 | 0.98 | 0.67 | 0 | 0.13 | 220.82 | 0.96 | 0.45 |
| Hex | 4 | 4A | DF | 62 | 43 | 0 | D | DD | 60 | 2D |
| Octal | 4 | 112 | 337 | 142 | 103 | 0 | 15 | 335 | 140 | 55 |
| Binary | 100 | 1001010 | 11011111 | 1100010 | 1000011 | 0 | 1101 | 11011101 | 1100000 | 101101 |
Color Harmonies of #044ADF
Complementary color
Monochromatic Colors of #044ADF
Black with #044ADF
Text Example
Text Example
White with #044ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ADF; }
p { color: rgb(4,74,223); }
H1.HeaderClassName
{
color: #044ADF;
}
.AnyTagClassName
{
color: #044ADF;
}
</style>
background-color css
<style>
a { background-color: #044ADF; }
a { background-color: rgb(4,74,223); }
div.DivClassName
{
background-color: #044ADF;
}
.BgClassName
{
background-color: #044ADF;
}
</style>
border-color css
<style>
span { border-color: #044ADF; }
span { border-color: rgb(4,74,223); }
td.TdClassName
{
border-color: #044ADF;
}
.TagClassName
{
border-color: #044ADF;
}
</style>