Shades of Navy Blue #014FDD
Tints of Navy Blue #014FDD
RGB
CMYK
RGB Variations
Color information
#014FDD (or 0x014FDD) is known color: Navy Blue. HEX triplet: 01, 4F and DD. RGB value is (1,79,221). Sum of RGB (Red+Green+Blue) = 1+79+221=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #014FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FDD is #FEB022. Grayscale: #474747. Windows color (decimal): -16691235 or 14503681. OLE color: 14503681.
HSL color Cylindrical-coordinate representation of color #014FDD: hue angle of 218.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FDD is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 79 | 221 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.13 |
| HSL | 218.73º | 0.99% | 0.44% | - |
| HSV(B) | 218.73º | 1% | 0.87% | - |
| XYZ | 15.86 | 10.82 | 69.66 | - |
| YUV | 71.87 | 212.16 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 221 | 1.00 | 0.64 | 0 | 0.13 | 218.73 | 0.99 | 0.44 |
| Hex | 1 | 4F | DD | 64 | 40 | 0 | D | DB | 63 | 2C |
| Octal | 1 | 117 | 335 | 144 | 100 | 0 | 15 | 333 | 143 | 54 |
| Binary | 1 | 1001111 | 11011101 | 1100100 | 1000000 | 0 | 1101 | 11011011 | 1100011 | 101100 |
Color Harmonies of #014FDD
Complementary color
Monochromatic Colors of #014FDD
Black with #014FDD
Text Example
Text Example
White with #014FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FDD; }
p { color: rgb(1,79,221); }
H1.HeaderClassName
{
color: #014FDD;
}
.AnyTagClassName
{
color: #014FDD;
}
</style>
background-color css
<style>
a { background-color: #014FDD; }
a { background-color: rgb(1,79,221); }
div.DivClassName
{
background-color: #014FDD;
}
.BgClassName
{
background-color: #014FDD;
}
</style>
border-color css
<style>
span { border-color: #014FDD; }
span { border-color: rgb(1,79,221); }
td.TdClassName
{
border-color: #014FDD;
}
.TagClassName
{
border-color: #014FDD;
}
</style>