Shades of Navy Blue #015ADB
Tints of Navy Blue #015ADB
RGB
CMYK
RGB Variations
Color information
#015ADB (or 0x015ADB) is known color: Navy Blue. HEX triplet: 01, 5A and DB. RGB value is (1,90,219). Sum of RGB (Red+Green+Blue) = 1+90+219=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #015ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ADB is #FEA524. Grayscale: #4D4D4D. Windows color (decimal): -16688421 or 14375425. OLE color: 14375425.
HSL color Cylindrical-coordinate representation of color #015ADB: hue angle of 215.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ADB is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 90 | 219 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.14 |
| HSL | 215.5º | 0.99% | 0.43% | - |
| HSV(B) | 215.5º | 1% | 0.86% | - |
| XYZ | 16.45 | 12.43 | 68.55 | - |
| YUV | 78.1 | 207.51 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 219 | 1.00 | 0.59 | 0 | 0.14 | 215.5 | 0.99 | 0.43 |
| Hex | 1 | 5A | DB | 64 | 3B | 0 | E | D8 | 63 | 2B |
| Octal | 1 | 132 | 333 | 144 | 73 | 0 | 16 | 330 | 143 | 53 |
| Binary | 1 | 1011010 | 11011011 | 1100100 | 111011 | 0 | 1110 | 11011000 | 1100011 | 101011 |
Color Harmonies of #015ADB
Complementary color
Monochromatic Colors of #015ADB
Black with #015ADB
Text Example
Text Example
White with #015ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ADB; }
p { color: rgb(1,90,219); }
H1.HeaderClassName
{
color: #015ADB;
}
.AnyTagClassName
{
color: #015ADB;
}
</style>
background-color css
<style>
a { background-color: #015ADB; }
a { background-color: rgb(1,90,219); }
div.DivClassName
{
background-color: #015ADB;
}
.BgClassName
{
background-color: #015ADB;
}
</style>
border-color css
<style>
span { border-color: #015ADB; }
span { border-color: rgb(1,90,219); }
td.TdClassName
{
border-color: #015ADB;
}
.TagClassName
{
border-color: #015ADB;
}
</style>