Shades of Navy Blue #004ADF
Tints of Navy Blue #004ADF
RGB
CMYK
RGB Variations
Color information
#004ADF (or 0x004ADF) is known color: Navy Blue. HEX triplet: 00, 4A and DF. RGB value is (0,74,223). Sum of RGB (Red+Green+Blue) = 0+74+223=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #004ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADF is #FFB520. Grayscale: #444444. Windows color (decimal): -16758049 or 14633472. OLE color: 14633472.
HSL color Cylindrical-coordinate representation of color #004ADF: hue angle of 220.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ADF is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 74 | 223 | - |
| CMYK | 1 | 0.67 | 0 | 0.13 |
| HSL | 220.09º | 1% | 0.44% | - |
| HSV(B) | 220.09º | 1% | 0.87% | - |
| XYZ | 15.77 | 10.23 | 70.95 | - |
| YUV | 68.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 223 | 1 | 0.67 | 0 | 0.13 | 220.09 | 1 | 0.44 |
| Hex | 0 | 4A | DF | 64 | 43 | 0 | D | DC | 64 | 2C |
| Octal | 0 | 112 | 337 | 144 | 103 | 0 | 15 | 334 | 144 | 54 |
| Binary | 0 | 1001010 | 11011111 | 1100100 | 1000011 | 0 | 1101 | 11011100 | 1100100 | 101100 |
Color Harmonies of #004ADF
Complementary color
Monochromatic Colors of #004ADF
Black with #004ADF
Text Example
Text Example
White with #004ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ADF; }
p { color: rgb(0,74,223); }
H1.HeaderClassName
{
color: #004ADF;
}
.AnyTagClassName
{
color: #004ADF;
}
</style>
background-color css
<style>
a { background-color: #004ADF; }
a { background-color: rgb(0,74,223); }
div.DivClassName
{
background-color: #004ADF;
}
.BgClassName
{
background-color: #004ADF;
}
</style>
border-color css
<style>
span { border-color: #004ADF; }
span { border-color: rgb(0,74,223); }
td.TdClassName
{
border-color: #004ADF;
}
.TagClassName
{
border-color: #004ADF;
}
</style>