Shades of Navy Blue #015ADA
Tints of Navy Blue #015ADA
RGB
CMYK
RGB Variations
Color information
#015ADA (or 0x015ADA) is known color: Navy Blue. HEX triplet: 01, 5A and DA. RGB value is (1,90,218). Sum of RGB (Red+Green+Blue) = 1+90+218=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #015ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ADA is #FEA525. Grayscale: #4D4D4D. Windows color (decimal): -16688422 or 14309889. OLE color: 14309889.
HSL color Cylindrical-coordinate representation of color #015ADA: hue angle of 215.39º 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 #015ADA is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 90 | 218 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.15 |
| HSL | 215.39º | 0.99% | 0.43% | - |
| HSV(B) | 215.39º | 1% | 0.85% | - |
| XYZ | 16.32 | 12.38 | 67.86 | - |
| YUV | 77.98 | 207.01 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 218 | 1.00 | 0.59 | 0 | 0.15 | 215.39 | 0.99 | 0.43 |
| Hex | 1 | 5A | DA | 64 | 3B | 0 | F | D7 | 63 | 2B |
| Octal | 1 | 132 | 332 | 144 | 73 | 0 | 17 | 327 | 143 | 53 |
| Binary | 1 | 1011010 | 11011010 | 1100100 | 111011 | 0 | 1111 | 11010111 | 1100011 | 101011 |
Color Harmonies of #015ADA
Complementary color
Monochromatic Colors of #015ADA
Black with #015ADA
Text Example
Text Example
White with #015ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ADA; }
p { color: rgb(1,90,218); }
H1.HeaderClassName
{
color: #015ADA;
}
.AnyTagClassName
{
color: #015ADA;
}
</style>
background-color css
<style>
a { background-color: #015ADA; }
a { background-color: rgb(1,90,218); }
div.DivClassName
{
background-color: #015ADA;
}
.BgClassName
{
background-color: #015ADA;
}
</style>
border-color css
<style>
span { border-color: #015ADA; }
span { border-color: rgb(1,90,218); }
td.TdClassName
{
border-color: #015ADA;
}
.TagClassName
{
border-color: #015ADA;
}
</style>