Shades of Navy Blue #014DD0
Tints of Navy Blue #014DD0
RGB
CMYK
RGB Variations
Color information
#014DD0 (or 0x014DD0) is known color: Navy Blue. HEX triplet: 01, 4D and D0. RGB value is (1,77,208). Sum of RGB (Red+Green+Blue) = 1+77+208=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #014DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DD0 is #FEB22F. Grayscale: #444444. Windows color (decimal): -16691760 or 13651201. OLE color: 13651201.
HSL color Cylindrical-coordinate representation of color #014DD0: hue angle of 217.97º 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 #014DD0 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 77 | 208 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.18 |
| HSL | 217.97º | 0.99% | 0.41% | - |
| HSV(B) | 217.97º | 1% | 0.82% | - |
| XYZ | 14.05 | 9.87 | 60.84 | - |
| YUV | 69.21 | 206.32 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 208 | 1.00 | 0.63 | 0 | 0.18 | 217.97 | 0.99 | 0.41 |
| Hex | 1 | 4D | D0 | 64 | 3F | 0 | 12 | DA | 63 | 29 |
| Octal | 1 | 115 | 320 | 144 | 77 | 0 | 22 | 332 | 143 | 51 |
| Binary | 1 | 1001101 | 11010000 | 1100100 | 111111 | 0 | 10010 | 11011010 | 1100011 | 101001 |
Color Harmonies of #014DD0
Complementary color
Monochromatic Colors of #014DD0
Black with #014DD0
Text Example
Text Example
White with #014DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DD0; }
p { color: rgb(1,77,208); }
H1.HeaderClassName
{
color: #014DD0;
}
.AnyTagClassName
{
color: #014DD0;
}
</style>
background-color css
<style>
a { background-color: #014DD0; }
a { background-color: rgb(1,77,208); }
div.DivClassName
{
background-color: #014DD0;
}
.BgClassName
{
background-color: #014DD0;
}
</style>
border-color css
<style>
span { border-color: #014DD0; }
span { border-color: rgb(1,77,208); }
td.TdClassName
{
border-color: #014DD0;
}
.TagClassName
{
border-color: #014DD0;
}
</style>