Shades of Navy Blue #015EEC
Tints of Navy Blue #015EEC
RGB
CMYK
RGB Variations
Color information
#015EEC (or 0x015EEC) is known color: Navy Blue. HEX triplet: 01, 5E and EC. RGB value is (1,94,236). Sum of RGB (Red+Green+Blue) = 1+94+236=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #015EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EEC is #FEA113. Grayscale: #515151. Windows color (decimal): -16687380 or 15490561. OLE color: 15490561.
HSL color Cylindrical-coordinate representation of color #015EEC: hue angle of 216.26º 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 #015EEC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 94 | 236 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.07 |
| HSL | 216.26º | 0.99% | 0.46% | - |
| HSV(B) | 216.26º | 1% | 0.93% | - |
| XYZ | 19.16 | 14.07 | 81.06 | - |
| YUV | 82.38 | 214.69 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 236 | 1.00 | 0.60 | 0 | 0.07 | 216.26 | 0.99 | 0.46 |
| Hex | 1 | 5E | EC | 64 | 3C | 0 | 7 | D8 | 63 | 2E |
| Octal | 1 | 136 | 354 | 144 | 74 | 0 | 7 | 330 | 143 | 56 |
| Binary | 1 | 1011110 | 11101100 | 1100100 | 111100 | 0 | 111 | 11011000 | 1100011 | 101110 |
Color Harmonies of #015EEC
Complementary color
Monochromatic Colors of #015EEC
Black with #015EEC
Text Example
Text Example
White with #015EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EEC; }
p { color: rgb(1,94,236); }
H1.HeaderClassName
{
color: #015EEC;
}
.AnyTagClassName
{
color: #015EEC;
}
</style>
background-color css
<style>
a { background-color: #015EEC; }
a { background-color: rgb(1,94,236); }
div.DivClassName
{
background-color: #015EEC;
}
.BgClassName
{
background-color: #015EEC;
}
</style>
border-color css
<style>
span { border-color: #015EEC; }
span { border-color: rgb(1,94,236); }
td.TdClassName
{
border-color: #015EEC;
}
.TagClassName
{
border-color: #015EEC;
}
</style>