Shades of Navy Blue #014AEE
Tints of Navy Blue #014AEE
RGB
CMYK
RGB Variations
Color information
#014AEE (or 0x014AEE) is known color: Navy Blue. HEX triplet: 01, 4A and EE. RGB value is (1,74,238). Sum of RGB (Red+Green+Blue) = 1+74+238=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #014AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AEE is #FEB511. Grayscale: #464646. Windows color (decimal): -16692498 or 15616513. OLE color: 15616513.
HSL color Cylindrical-coordinate representation of color #014AEE: hue angle of 221.52º 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 #014AEE is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 74 | 238 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.07 |
| HSL | 221.52º | 0.99% | 0.47% | - |
| HSV(B) | 221.52º | 1% | 0.93% | - |
| XYZ | 17.89 | 11.08 | 82.08 | - |
| YUV | 70.87 | 222.32 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 238 | 1.00 | 0.69 | 0 | 0.07 | 221.52 | 0.99 | 0.47 |
| Hex | 1 | 4A | EE | 64 | 45 | 0 | 7 | DE | 63 | 2F |
| Octal | 1 | 112 | 356 | 144 | 105 | 0 | 7 | 336 | 143 | 57 |
| Binary | 1 | 1001010 | 11101110 | 1100100 | 1000101 | 0 | 111 | 11011110 | 1100011 | 101111 |
Color Harmonies of #014AEE
Complementary color
Monochromatic Colors of #014AEE
Black with #014AEE
Text Example
Text Example
White with #014AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AEE; }
p { color: rgb(1,74,238); }
H1.HeaderClassName
{
color: #014AEE;
}
.AnyTagClassName
{
color: #014AEE;
}
</style>
background-color css
<style>
a { background-color: #014AEE; }
a { background-color: rgb(1,74,238); }
div.DivClassName
{
background-color: #014AEE;
}
.BgClassName
{
background-color: #014AEE;
}
</style>
border-color css
<style>
span { border-color: #014AEE; }
span { border-color: rgb(1,74,238); }
td.TdClassName
{
border-color: #014AEE;
}
.TagClassName
{
border-color: #014AEE;
}
</style>