Shades of Navy Blue #015EBD
Tints of Navy Blue #015EBD
RGB
CMYK
RGB Variations
Color information
#015EBD (or 0x015EBD) is known color: Navy Blue. HEX triplet: 01, 5E and BD. RGB value is (1,94,189). Sum of RGB (Red+Green+Blue) = 1+94+189=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #015EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EBD is #FEA142. Grayscale: #4C4C4C. Windows color (decimal): -16687427 or 12410369. OLE color: 12410369.
HSL color Cylindrical-coordinate representation of color #015EBD: hue angle of 210.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EBD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 94 | 189 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.26 |
| HSL | 210.32º | 0.99% | 0.37% | - |
| HSV(B) | 210.32º | 0.99% | 0.74% | - |
| XYZ | 13.2 | 11.69 | 49.7 | - |
| YUV | 77.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 189 | 0.99 | 0.50 | 0 | 0.26 | 210.32 | 0.99 | 0.37 |
| Hex | 1 | 5E | BD | 63 | 32 | 0 | 1A | D2 | 63 | 25 |
| Octal | 1 | 136 | 275 | 143 | 62 | 0 | 32 | 322 | 143 | 45 |
| Binary | 1 | 1011110 | 10111101 | 1100011 | 110010 | 0 | 11010 | 11010010 | 1100011 | 100101 |
Color Harmonies of #015EBD
Complementary color
Monochromatic Colors of #015EBD
Black with #015EBD
Text Example
Text Example
White with #015EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EBD; }
p { color: rgb(1,94,189); }
H1.HeaderClassName
{
color: #015EBD;
}
.AnyTagClassName
{
color: #015EBD;
}
</style>
background-color css
<style>
a { background-color: #015EBD; }
a { background-color: rgb(1,94,189); }
div.DivClassName
{
background-color: #015EBD;
}
.BgClassName
{
background-color: #015EBD;
}
</style>
border-color css
<style>
span { border-color: #015EBD; }
span { border-color: rgb(1,94,189); }
td.TdClassName
{
border-color: #015EBD;
}
.TagClassName
{
border-color: #015EBD;
}
</style>