Shades of Navy Blue #015EEB
Tints of Navy Blue #015EEB
RGB
CMYK
RGB Variations
Color information
#015EEB (or 0x015EEB) is known color: Navy Blue. HEX triplet: 01, 5E and EB. RGB value is (1,94,235). Sum of RGB (Red+Green+Blue) = 1+94+235=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #015EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EEB is #FEA114. Grayscale: #515151. Windows color (decimal): -16687381 or 15425025. OLE color: 15425025.
HSL color Cylindrical-coordinate representation of color #015EEB: hue angle of 216.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EEB is Cyan = 1.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 94 | 235 | - |
| CMYK | 1.00 | 0.6 | 0 | 0.08 |
| HSL | 216.15º | 0.99% | 0.46% | - |
| HSV(B) | 216.15º | 1% | 0.92% | - |
| XYZ | 19.01 | 14.01 | 80.3 | - |
| YUV | 82.27 | 214.19 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 235 | 1.00 | 0.6 | 0 | 0.08 | 216.15 | 0.99 | 0.46 |
| Hex | 1 | 5E | EB | 64 | 3C | 0 | 8 | D8 | 63 | 2E |
| Octal | 1 | 136 | 353 | 144 | 74 | 0 | 10 | 330 | 143 | 56 |
| Binary | 1 | 1011110 | 11101011 | 1100100 | 111100 | 0 | 1000 | 11011000 | 1100011 | 101110 |
Color Harmonies of #015EEB
Complementary color
Monochromatic Colors of #015EEB
Black with #015EEB
Text Example
Text Example
White with #015EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EEB; }
p { color: rgb(1,94,235); }
H1.HeaderClassName
{
color: #015EEB;
}
.AnyTagClassName
{
color: #015EEB;
}
</style>
background-color css
<style>
a { background-color: #015EEB; }
a { background-color: rgb(1,94,235); }
div.DivClassName
{
background-color: #015EEB;
}
.BgClassName
{
background-color: #015EEB;
}
</style>
border-color css
<style>
span { border-color: #015EEB; }
span { border-color: rgb(1,94,235); }
td.TdClassName
{
border-color: #015EEB;
}
.TagClassName
{
border-color: #015EEB;
}
</style>