Shades of Navy Blue #015EDA
Tints of Navy Blue #015EDA
RGB
CMYK
RGB Variations
Color information
#015EDA (or 0x015EDA) is known color: Navy Blue. HEX triplet: 01, 5E and DA. RGB value is (1,94,218). Sum of RGB (Red+Green+Blue) = 1+94+218=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #015EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EDA is #FEA125. Grayscale: #4F4F4F. Windows color (decimal): -16687398 or 14310913. OLE color: 14310913.
HSL color Cylindrical-coordinate representation of color #015EDA: hue angle of 214.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EDA is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 94 | 218 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.15 |
| HSL | 214.29º | 0.99% | 0.43% | - |
| HSV(B) | 214.29º | 1% | 0.85% | - |
| XYZ | 16.67 | 13.07 | 67.97 | - |
| YUV | 80.33 | 205.69 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 218 | 1.00 | 0.57 | 0 | 0.15 | 214.29 | 0.99 | 0.43 |
| Hex | 1 | 5E | DA | 64 | 39 | 0 | F | D6 | 63 | 2B |
| Octal | 1 | 136 | 332 | 144 | 71 | 0 | 17 | 326 | 143 | 53 |
| Binary | 1 | 1011110 | 11011010 | 1100100 | 111001 | 0 | 1111 | 11010110 | 1100011 | 101011 |
Color Harmonies of #015EDA
Complementary color
Monochromatic Colors of #015EDA
Black with #015EDA
Text Example
Text Example
White with #015EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EDA; }
p { color: rgb(1,94,218); }
H1.HeaderClassName
{
color: #015EDA;
}
.AnyTagClassName
{
color: #015EDA;
}
</style>
background-color css
<style>
a { background-color: #015EDA; }
a { background-color: rgb(1,94,218); }
div.DivClassName
{
background-color: #015EDA;
}
.BgClassName
{
background-color: #015EDA;
}
</style>
border-color css
<style>
span { border-color: #015EDA; }
span { border-color: rgb(1,94,218); }
td.TdClassName
{
border-color: #015EDA;
}
.TagClassName
{
border-color: #015EDA;
}
</style>