Shades of Navy Blue #013EEC
Tints of Navy Blue #013EEC
RGB
CMYK
RGB Variations
Color information
#013EEC (or 0x013EEC) is known color: Navy Blue. HEX triplet: 01, 3E and EC. RGB value is (1,62,236). Sum of RGB (Red+Green+Blue) = 1+62+236=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #013EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EEC is #FEC113. Grayscale: #3E3E3E. Windows color (decimal): -16695572 or 15482369. OLE color: 15482369.
HSL color Cylindrical-coordinate representation of color #013EEC: hue angle of 224.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013EEC is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 62 | 236 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.07 |
| HSL | 224.43º | 0.99% | 0.46% | - |
| HSV(B) | 224.43º | 1% | 0.93% | - |
| XYZ | 16.88 | 9.51 | 80.3 | - |
| YUV | 63.6 | 225.29 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 236 | 1.00 | 0.74 | 0 | 0.07 | 224.43 | 0.99 | 0.46 |
| Hex | 1 | 3E | EC | 64 | 4A | 0 | 7 | E0 | 63 | 2E |
| Octal | 1 | 76 | 354 | 144 | 112 | 0 | 7 | 340 | 143 | 56 |
| Binary | 1 | 111110 | 11101100 | 1100100 | 1001010 | 0 | 111 | 11100000 | 1100011 | 101110 |
Color Harmonies of #013EEC
Complementary color
Monochromatic Colors of #013EEC
Black with #013EEC
Text Example
Text Example
White with #013EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EEC; }
p { color: rgb(1,62,236); }
H1.HeaderClassName
{
color: #013EEC;
}
.AnyTagClassName
{
color: #013EEC;
}
</style>
background-color css
<style>
a { background-color: #013EEC; }
a { background-color: rgb(1,62,236); }
div.DivClassName
{
background-color: #013EEC;
}
.BgClassName
{
background-color: #013EEC;
}
</style>
border-color css
<style>
span { border-color: #013EEC; }
span { border-color: rgb(1,62,236); }
td.TdClassName
{
border-color: #013EEC;
}
.TagClassName
{
border-color: #013EEC;
}
</style>