Shades of Navy Blue #014AF0
Tints of Navy Blue #014AF0
RGB
CMYK
RGB Variations
Color information
#014AF0 (or 0x014AF0) is known color: Navy Blue. HEX triplet: 01, 4A and F0. RGB value is (1,74,240). Sum of RGB (Red+Green+Blue) = 1+74+240=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 240 (94.14% from 255 or 76.19% from 315); Max value from RGB is 240 - color contains mainly: blue. Hex color #014AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AF0 is #FEB50F. Grayscale: #464646. Windows color (decimal): -16692496 or 15747585. OLE color: 15747585.
HSL color Cylindrical-coordinate representation of color #014AF0: hue angle of 221.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AF0 is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 74 | 240 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.06 |
| HSL | 221.67º | 0.99% | 0.47% | - |
| HSV(B) | 221.67º | 1% | 0.94% | - |
| XYZ | 18.19 | 11.2 | 83.64 | - |
| YUV | 71.1 | 223.32 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 240 | 1.00 | 0.69 | 0 | 0.06 | 221.67 | 0.99 | 0.47 |
| Hex | 1 | 4A | F0 | 64 | 45 | 0 | 6 | DE | 63 | 2F |
| Octal | 1 | 112 | 360 | 144 | 105 | 0 | 6 | 336 | 143 | 57 |
| Binary | 1 | 1001010 | 11110000 | 1100100 | 1000101 | 0 | 110 | 11011110 | 1100011 | 101111 |
Color Harmonies of #014AF0
Complementary color
Monochromatic Colors of #014AF0
Black with #014AF0
Text Example
Text Example
White with #014AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AF0; }
p { color: rgb(1,74,240); }
H1.HeaderClassName
{
color: #014AF0;
}
.AnyTagClassName
{
color: #014AF0;
}
</style>
background-color css
<style>
a { background-color: #014AF0; }
a { background-color: rgb(1,74,240); }
div.DivClassName
{
background-color: #014AF0;
}
.BgClassName
{
background-color: #014AF0;
}
</style>
border-color css
<style>
span { border-color: #014AF0; }
span { border-color: rgb(1,74,240); }
td.TdClassName
{
border-color: #014AF0;
}
.TagClassName
{
border-color: #014AF0;
}
</style>