Shades of Navy Blue #014AED
Tints of Navy Blue #014AED
RGB
CMYK
RGB Variations
Color information
#014AED (or 0x014AED) is known color: Navy Blue. HEX triplet: 01, 4A and ED. RGB value is (1,74,237). Sum of RGB (Red+Green+Blue) = 1+74+237=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #014AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AED is #FEB512. Grayscale: #464646. Windows color (decimal): -16692499 or 15550977. OLE color: 15550977.
HSL color Cylindrical-coordinate representation of color #014AED: hue angle of 221.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AED is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 74 | 237 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.07 |
| HSL | 221.44º | 0.99% | 0.47% | - |
| HSV(B) | 221.44º | 1% | 0.93% | - |
| XYZ | 17.75 | 11.02 | 81.31 | - |
| YUV | 70.76 | 221.82 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 237 | 1.00 | 0.69 | 0 | 0.07 | 221.44 | 0.99 | 0.47 |
| Hex | 1 | 4A | ED | 64 | 45 | 0 | 7 | DD | 63 | 2F |
| Octal | 1 | 112 | 355 | 144 | 105 | 0 | 7 | 335 | 143 | 57 |
| Binary | 1 | 1001010 | 11101101 | 1100100 | 1000101 | 0 | 111 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014AED
Complementary color
Monochromatic Colors of #014AED
Black with #014AED
Text Example
Text Example
White with #014AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AED; }
p { color: rgb(1,74,237); }
H1.HeaderClassName
{
color: #014AED;
}
.AnyTagClassName
{
color: #014AED;
}
</style>
background-color css
<style>
a { background-color: #014AED; }
a { background-color: rgb(1,74,237); }
div.DivClassName
{
background-color: #014AED;
}
.BgClassName
{
background-color: #014AED;
}
</style>
border-color css
<style>
span { border-color: #014AED; }
span { border-color: rgb(1,74,237); }
td.TdClassName
{
border-color: #014AED;
}
.TagClassName
{
border-color: #014AED;
}
</style>