Shades of Navy Blue #014AFF
Tints of Navy Blue #014AFF
RGB
CMYK
RGB Variations
Color information
#014AFF (or 0x014AFF) is known color: Navy Blue. HEX triplet: 01, 4A and FF. RGB value is (1,74,255). Sum of RGB (Red+Green+Blue) = 1+74+255=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #014AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AFF is #FEB500. Grayscale: #484848. Windows color (decimal): -16692481 or 16730625. OLE color: 16730625.
HSL color Cylindrical-coordinate representation of color #014AFF: hue angle of 222.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AFF is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 74 | 255 | - |
| CMYK | 1.00 | 0.71 | 0 | 0 |
| HSL | 222.76º | 1% | 0.5% | - |
| HSV(B) | 222.76º | 1% | 1% | - |
| XYZ | 20.51 | 12.12 | 95.87 | - |
| YUV | 72.81 | 230.82 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 255 | 1.00 | 0.71 | 0 | 0 | 222.76 | 1 | 0.5 |
| Hex | 1 | 4A | FF | 64 | 47 | 0 | 0 | DF | 64 | 32 |
| Octal | 1 | 112 | 377 | 144 | 107 | 0 | 0 | 337 | 144 | 62 |
| Binary | 1 | 1001010 | 11111111 | 1100100 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110010 |
Color Harmonies of #014AFF
Complementary color
Monochromatic Colors of #014AFF
Black with #014AFF
Text Example
Text Example
White with #014AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AFF; }
p { color: rgb(1,74,255); }
H1.HeaderClassName
{
color: #014AFF;
}
.AnyTagClassName
{
color: #014AFF;
}
</style>
background-color css
<style>
a { background-color: #014AFF; }
a { background-color: rgb(1,74,255); }
div.DivClassName
{
background-color: #014AFF;
}
.BgClassName
{
background-color: #014AFF;
}
</style>
border-color css
<style>
span { border-color: #014AFF; }
span { border-color: rgb(1,74,255); }
td.TdClassName
{
border-color: #014AFF;
}
.TagClassName
{
border-color: #014AFF;
}
</style>