Shades of Navy Blue #015EE9
Tints of Navy Blue #015EE9
RGB
CMYK
RGB Variations
Color information
#015EE9 (or 0x015EE9) is known color: Navy Blue. HEX triplet: 01, 5E and E9. RGB value is (1,94,233). Sum of RGB (Red+Green+Blue) = 1+94+233=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #015EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EE9 is #FEA116. Grayscale: #515151. Windows color (decimal): -16687383 or 15293953. OLE color: 15293953.
HSL color Cylindrical-coordinate representation of color #015EE9: hue angle of 215.95º 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 #015EE9 is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 94 | 233 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.09 |
| HSL | 215.95º | 0.99% | 0.46% | - |
| HSV(B) | 215.95º | 1% | 0.91% | - |
| XYZ | 18.72 | 13.9 | 78.79 | - |
| YUV | 82.04 | 213.19 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 233 | 1.00 | 0.60 | 0 | 0.09 | 215.95 | 0.99 | 0.46 |
| Hex | 1 | 5E | E9 | 64 | 3C | 0 | 9 | D8 | 63 | 2E |
| Octal | 1 | 136 | 351 | 144 | 74 | 0 | 11 | 330 | 143 | 56 |
| Binary | 1 | 1011110 | 11101001 | 1100100 | 111100 | 0 | 1001 | 11011000 | 1100011 | 101110 |
Color Harmonies of #015EE9
Complementary color
Monochromatic Colors of #015EE9
Black with #015EE9
Text Example
Text Example
White with #015EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EE9; }
p { color: rgb(1,94,233); }
H1.HeaderClassName
{
color: #015EE9;
}
.AnyTagClassName
{
color: #015EE9;
}
</style>
background-color css
<style>
a { background-color: #015EE9; }
a { background-color: rgb(1,94,233); }
div.DivClassName
{
background-color: #015EE9;
}
.BgClassName
{
background-color: #015EE9;
}
</style>
border-color css
<style>
span { border-color: #015EE9; }
span { border-color: rgb(1,94,233); }
td.TdClassName
{
border-color: #015EE9;
}
.TagClassName
{
border-color: #015EE9;
}
</style>