Shades of Navy Blue #014AFB
Tints of Navy Blue #014AFB
RGB
CMYK
RGB Variations
Color information
#014AFB (or 0x014AFB) is known color: Navy Blue. HEX triplet: 01, 4A and FB. RGB value is (1,74,251). Sum of RGB (Red+Green+Blue) = 1+74+251=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #014AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AFB is #FEB504. Grayscale: #474747. Windows color (decimal): -16692485 or 16468481. OLE color: 16468481.
HSL color Cylindrical-coordinate representation of color #014AFB: hue angle of 222.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AFB is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 74 | 251 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.02 |
| HSL | 222.48º | 0.99% | 0.49% | - |
| HSV(B) | 222.48º | 1% | 0.98% | - |
| XYZ | 19.87 | 11.87 | 92.51 | - |
| YUV | 72.35 | 228.82 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 251 | 1.00 | 0.71 | 0 | 0.02 | 222.48 | 0.99 | 0.49 |
| Hex | 1 | 4A | FB | 64 | 47 | 0 | 2 | DE | 63 | 31 |
| Octal | 1 | 112 | 373 | 144 | 107 | 0 | 2 | 336 | 143 | 61 |
| Binary | 1 | 1001010 | 11111011 | 1100100 | 1000111 | 0 | 10 | 11011110 | 1100011 | 110001 |
Color Harmonies of #014AFB
Complementary color
Monochromatic Colors of #014AFB
Black with #014AFB
Text Example
Text Example
White with #014AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AFB; }
p { color: rgb(1,74,251); }
H1.HeaderClassName
{
color: #014AFB;
}
.AnyTagClassName
{
color: #014AFB;
}
</style>
background-color css
<style>
a { background-color: #014AFB; }
a { background-color: rgb(1,74,251); }
div.DivClassName
{
background-color: #014AFB;
}
.BgClassName
{
background-color: #014AFB;
}
</style>
border-color css
<style>
span { border-color: #014AFB; }
span { border-color: rgb(1,74,251); }
td.TdClassName
{
border-color: #014AFB;
}
.TagClassName
{
border-color: #014AFB;
}
</style>