Shades of Navy Blue #014FF2
Tints of Navy Blue #014FF2
RGB
CMYK
RGB Variations
Color information
#014FF2 (or 0x014FF2) is known color: Navy Blue. HEX triplet: 01, 4F and F2. RGB value is (1,79,242). Sum of RGB (Red+Green+Blue) = 1+79+242=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #014FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FF2 is #FEB00D. Grayscale: #494949. Windows color (decimal): -16691214 or 15879937. OLE color: 15879937.
HSL color Cylindrical-coordinate representation of color #014FF2: hue angle of 220.58º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FF2 is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 79 | 242 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.05 |
| HSL | 220.58º | 0.99% | 0.48% | - |
| HSV(B) | 220.58º | 1% | 0.95% | - |
| XYZ | 18.84 | 12.01 | 85.33 | - |
| YUV | 74.26 | 222.66 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 242 | 1.00 | 0.67 | 0 | 0.05 | 220.58 | 0.99 | 0.48 |
| Hex | 1 | 4F | F2 | 64 | 43 | 0 | 5 | DD | 63 | 30 |
| Octal | 1 | 117 | 362 | 144 | 103 | 0 | 5 | 335 | 143 | 60 |
| Binary | 1 | 1001111 | 11110010 | 1100100 | 1000011 | 0 | 101 | 11011101 | 1100011 | 110000 |
Color Harmonies of #014FF2
Complementary color
Monochromatic Colors of #014FF2
Black with #014FF2
Text Example
Text Example
White with #014FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FF2; }
p { color: rgb(1,79,242); }
H1.HeaderClassName
{
color: #014FF2;
}
.AnyTagClassName
{
color: #014FF2;
}
</style>
background-color css
<style>
a { background-color: #014FF2; }
a { background-color: rgb(1,79,242); }
div.DivClassName
{
background-color: #014FF2;
}
.BgClassName
{
background-color: #014FF2;
}
</style>
border-color css
<style>
span { border-color: #014FF2; }
span { border-color: rgb(1,79,242); }
td.TdClassName
{
border-color: #014FF2;
}
.TagClassName
{
border-color: #014FF2;
}
</style>