Shades of Navy Blue #014ADB
Tints of Navy Blue #014ADB
RGB
CMYK
RGB Variations
Color information
#014ADB (or 0x014ADB) is known color: Navy Blue. HEX triplet: 01, 4A and DB. RGB value is (1,74,219). Sum of RGB (Red+Green+Blue) = 1+74+219=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #014ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ADB is #FEB524. Grayscale: #444444. Windows color (decimal): -16692517 or 14371329. OLE color: 14371329.
HSL color Cylindrical-coordinate representation of color #014ADB: hue angle of 219.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ADB is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 74 | 219 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.14 |
| HSL | 219.91º | 0.99% | 0.43% | - |
| HSV(B) | 219.91º | 1% | 0.86% | - |
| XYZ | 15.25 | 10.02 | 68.15 | - |
| YUV | 68.7 | 212.82 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 219 | 1.00 | 0.66 | 0 | 0.14 | 219.91 | 0.99 | 0.43 |
| Hex | 1 | 4A | DB | 64 | 42 | 0 | E | DC | 63 | 2B |
| Octal | 1 | 112 | 333 | 144 | 102 | 0 | 16 | 334 | 143 | 53 |
| Binary | 1 | 1001010 | 11011011 | 1100100 | 1000010 | 0 | 1110 | 11011100 | 1100011 | 101011 |
Color Harmonies of #014ADB
Complementary color
Monochromatic Colors of #014ADB
Black with #014ADB
Text Example
Text Example
White with #014ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ADB; }
p { color: rgb(1,74,219); }
H1.HeaderClassName
{
color: #014ADB;
}
.AnyTagClassName
{
color: #014ADB;
}
</style>
background-color css
<style>
a { background-color: #014ADB; }
a { background-color: rgb(1,74,219); }
div.DivClassName
{
background-color: #014ADB;
}
.BgClassName
{
background-color: #014ADB;
}
</style>
border-color css
<style>
span { border-color: #014ADB; }
span { border-color: rgb(1,74,219); }
td.TdClassName
{
border-color: #014ADB;
}
.TagClassName
{
border-color: #014ADB;
}
</style>