Shades of Navy Blue #014BEE
Tints of Navy Blue #014BEE
RGB
CMYK
RGB Variations
Color information
#014BEE (or 0x014BEE) is known color: Navy Blue. HEX triplet: 01, 4B and EE. RGB value is (1,75,238). Sum of RGB (Red+Green+Blue) = 1+75+238=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #014BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BEE is #FEB411. Grayscale: #464646. Windows color (decimal): -16692242 or 15616769. OLE color: 15616769.
HSL color Cylindrical-coordinate representation of color #014BEE: hue angle of 221.27º 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 #014BEE is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 75 | 238 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.07 |
| HSL | 221.27º | 0.99% | 0.47% | - |
| HSV(B) | 221.27º | 1% | 0.93% | - |
| XYZ | 17.96 | 11.21 | 82.11 | - |
| YUV | 71.46 | 221.98 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 238 | 1.00 | 0.68 | 0 | 0.07 | 221.27 | 0.99 | 0.47 |
| Hex | 1 | 4B | EE | 64 | 44 | 0 | 7 | DD | 63 | 2F |
| Octal | 1 | 113 | 356 | 144 | 104 | 0 | 7 | 335 | 143 | 57 |
| Binary | 1 | 1001011 | 11101110 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014BEE
Complementary color
Monochromatic Colors of #014BEE
Black with #014BEE
Text Example
Text Example
White with #014BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BEE; }
p { color: rgb(1,75,238); }
H1.HeaderClassName
{
color: #014BEE;
}
.AnyTagClassName
{
color: #014BEE;
}
</style>
background-color css
<style>
a { background-color: #014BEE; }
a { background-color: rgb(1,75,238); }
div.DivClassName
{
background-color: #014BEE;
}
.BgClassName
{
background-color: #014BEE;
}
</style>
border-color css
<style>
span { border-color: #014BEE; }
span { border-color: rgb(1,75,238); }
td.TdClassName
{
border-color: #014BEE;
}
.TagClassName
{
border-color: #014BEE;
}
</style>