Shades of Navy Blue #014AFD
Tints of Navy Blue #014AFD
RGB
CMYK
RGB Variations
Color information
#014AFD (or 0x014AFD) is known color: Navy Blue. HEX triplet: 01, 4A and FD. RGB value is (1,74,253). Sum of RGB (Red+Green+Blue) = 1+74+253=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #014AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AFD is #FEB502. Grayscale: #474747. Windows color (decimal): -16692483 or 16599553. OLE color: 16599553.
HSL color Cylindrical-coordinate representation of color #014AFD: hue angle of 222.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AFD is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 74 | 253 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.01 |
| HSL | 222.62º | 0.99% | 0.5% | - |
| HSV(B) | 222.62º | 1% | 0.99% | - |
| XYZ | 20.19 | 12 | 94.18 | - |
| YUV | 72.58 | 229.82 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 253 | 1.00 | 0.71 | 0 | 0.01 | 222.62 | 0.99 | 0.5 |
| Hex | 1 | 4A | FD | 64 | 47 | 0 | 1 | DF | 63 | 32 |
| Octal | 1 | 112 | 375 | 144 | 107 | 0 | 1 | 337 | 143 | 62 |
| Binary | 1 | 1001010 | 11111101 | 1100100 | 1000111 | 0 | 1 | 11011111 | 1100011 | 110010 |
Color Harmonies of #014AFD
Complementary color
Monochromatic Colors of #014AFD
Black with #014AFD
Text Example
Text Example
White with #014AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AFD; }
p { color: rgb(1,74,253); }
H1.HeaderClassName
{
color: #014AFD;
}
.AnyTagClassName
{
color: #014AFD;
}
</style>
background-color css
<style>
a { background-color: #014AFD; }
a { background-color: rgb(1,74,253); }
div.DivClassName
{
background-color: #014AFD;
}
.BgClassName
{
background-color: #014AFD;
}
</style>
border-color css
<style>
span { border-color: #014AFD; }
span { border-color: rgb(1,74,253); }
td.TdClassName
{
border-color: #014AFD;
}
.TagClassName
{
border-color: #014AFD;
}
</style>