Shades of Navy Blue #014AD1
Tints of Navy Blue #014AD1
RGB
CMYK
RGB Variations
Color information
#014AD1 (or 0x014AD1) is known color: Navy Blue. HEX triplet: 01, 4A and D1. RGB value is (1,74,209). Sum of RGB (Red+Green+Blue) = 1+74+209=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 209 (82.03% from 255 or 73.59% from 284); Max value from RGB is 209 - color contains mainly: blue. Hex color #014AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014AD1 is #FEB52E. Grayscale: #424242. Windows color (decimal): -16692527 or 13715969. OLE color: 13715969.
HSL color Cylindrical-coordinate representation of color #014AD1: hue angle of 218.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AD1 is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 74 | 209 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.18 |
| HSL | 218.94º | 0.99% | 0.41% | - |
| HSV(B) | 218.94º | 1% | 0.82% | - |
| XYZ | 13.97 | 9.51 | 61.42 | - |
| YUV | 67.56 | 207.82 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 209 | 1.00 | 0.65 | 0 | 0.18 | 218.94 | 0.99 | 0.41 |
| Hex | 1 | 4A | D1 | 64 | 41 | 0 | 12 | DB | 63 | 29 |
| Octal | 1 | 112 | 321 | 144 | 101 | 0 | 22 | 333 | 143 | 51 |
| Binary | 1 | 1001010 | 11010001 | 1100100 | 1000001 | 0 | 10010 | 11011011 | 1100011 | 101001 |
Color Harmonies of #014AD1
Complementary color
Monochromatic Colors of #014AD1
Black with #014AD1
Text Example
Text Example
White with #014AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AD1; }
p { color: rgb(1,74,209); }
H1.HeaderClassName
{
color: #014AD1;
}
.AnyTagClassName
{
color: #014AD1;
}
</style>
background-color css
<style>
a { background-color: #014AD1; }
a { background-color: rgb(1,74,209); }
div.DivClassName
{
background-color: #014AD1;
}
.BgClassName
{
background-color: #014AD1;
}
</style>
border-color css
<style>
span { border-color: #014AD1; }
span { border-color: rgb(1,74,209); }
td.TdClassName
{
border-color: #014AD1;
}
.TagClassName
{
border-color: #014AD1;
}
</style>