Shades of Navy Blue #013EE8
Tints of Navy Blue #013EE8
RGB
CMYK
RGB Variations
Color information
#013EE8 (or 0x013EE8) is known color: Navy Blue. HEX triplet: 01, 3E and E8. RGB value is (1,62,232). Sum of RGB (Red+Green+Blue) = 1+62+232=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #013EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EE8 is #FEC117. Grayscale: #3E3E3E. Windows color (decimal): -16695576 or 15220225. OLE color: 15220225.
HSL color Cylindrical-coordinate representation of color #013EE8: hue angle of 224.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013EE8 is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 62 | 232 | - |
| CMYK | 1.00 | 0.73 | 0 | 0.09 |
| HSL | 224.16º | 0.99% | 0.46% | - |
| HSV(B) | 224.16º | 1% | 0.91% | - |
| XYZ | 16.3 | 9.28 | 77.28 | - |
| YUV | 63.14 | 223.29 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 232 | 1.00 | 0.73 | 0 | 0.09 | 224.16 | 0.99 | 0.46 |
| Hex | 1 | 3E | E8 | 64 | 49 | 0 | 9 | E0 | 63 | 2E |
| Octal | 1 | 76 | 350 | 144 | 111 | 0 | 11 | 340 | 143 | 56 |
| Binary | 1 | 111110 | 11101000 | 1100100 | 1001001 | 0 | 1001 | 11100000 | 1100011 | 101110 |
Color Harmonies of #013EE8
Complementary color
Monochromatic Colors of #013EE8
Black with #013EE8
Text Example
Text Example
White with #013EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EE8; }
p { color: rgb(1,62,232); }
H1.HeaderClassName
{
color: #013EE8;
}
.AnyTagClassName
{
color: #013EE8;
}
</style>
background-color css
<style>
a { background-color: #013EE8; }
a { background-color: rgb(1,62,232); }
div.DivClassName
{
background-color: #013EE8;
}
.BgClassName
{
background-color: #013EE8;
}
</style>
border-color css
<style>
span { border-color: #013EE8; }
span { border-color: rgb(1,62,232); }
td.TdClassName
{
border-color: #013EE8;
}
.TagClassName
{
border-color: #013EE8;
}
</style>