Shades of Navy Blue #014DD9
Tints of Navy Blue #014DD9
RGB
CMYK
RGB Variations
Color information
#014DD9 (or 0x014DD9) is known color: Navy Blue. HEX triplet: 01, 4D and D9. RGB value is (1,77,217). Sum of RGB (Red+Green+Blue) = 1+77+217=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #014DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DD9 is #FEB226. Grayscale: #454545. Windows color (decimal): -16691751 or 14241025. OLE color: 14241025.
HSL color Cylindrical-coordinate representation of color #014DD9: hue angle of 218.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DD9 is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 77 | 217 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.15 |
| HSL | 218.89º | 0.99% | 0.43% | - |
| HSV(B) | 218.89º | 1% | 0.85% | - |
| XYZ | 15.19 | 10.32 | 66.84 | - |
| YUV | 70.24 | 210.82 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 217 | 1.00 | 0.65 | 0 | 0.15 | 218.89 | 0.99 | 0.43 |
| Hex | 1 | 4D | D9 | 64 | 41 | 0 | F | DB | 63 | 2B |
| Octal | 1 | 115 | 331 | 144 | 101 | 0 | 17 | 333 | 143 | 53 |
| Binary | 1 | 1001101 | 11011001 | 1100100 | 1000001 | 0 | 1111 | 11011011 | 1100011 | 101011 |
Color Harmonies of #014DD9
Complementary color
Monochromatic Colors of #014DD9
Black with #014DD9
Text Example
Text Example
White with #014DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DD9; }
p { color: rgb(1,77,217); }
H1.HeaderClassName
{
color: #014DD9;
}
.AnyTagClassName
{
color: #014DD9;
}
</style>
background-color css
<style>
a { background-color: #014DD9; }
a { background-color: rgb(1,77,217); }
div.DivClassName
{
background-color: #014DD9;
}
.BgClassName
{
background-color: #014DD9;
}
</style>
border-color css
<style>
span { border-color: #014DD9; }
span { border-color: rgb(1,77,217); }
td.TdClassName
{
border-color: #014DD9;
}
.TagClassName
{
border-color: #014DD9;
}
</style>