Shades of Navy Blue #015AD7
Tints of Navy Blue #015AD7
RGB
CMYK
RGB Variations
Color information
#015AD7 (or 0x015AD7) is known color: Navy Blue. HEX triplet: 01, 5A and D7. RGB value is (1,90,215). Sum of RGB (Red+Green+Blue) = 1+90+215=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #015AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AD7 is #FEA528. Grayscale: #4D4D4D. Windows color (decimal): -16688425 or 14113281. OLE color: 14113281.
HSL color Cylindrical-coordinate representation of color #015AD7: hue angle of 215.05º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AD7 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 90 | 215 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.16 |
| HSL | 215.05º | 0.99% | 0.42% | - |
| HSV(B) | 215.05º | 1% | 0.84% | - |
| XYZ | 15.93 | 12.23 | 65.81 | - |
| YUV | 77.64 | 205.51 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 215 | 1.00 | 0.58 | 0 | 0.16 | 215.05 | 0.99 | 0.42 |
| Hex | 1 | 5A | D7 | 64 | 3A | 0 | 10 | D7 | 63 | 2A |
| Octal | 1 | 132 | 327 | 144 | 72 | 0 | 20 | 327 | 143 | 52 |
| Binary | 1 | 1011010 | 11010111 | 1100100 | 111010 | 0 | 10000 | 11010111 | 1100011 | 101010 |
Color Harmonies of #015AD7
Complementary color
Monochromatic Colors of #015AD7
Black with #015AD7
Text Example
Text Example
White with #015AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AD7; }
p { color: rgb(1,90,215); }
H1.HeaderClassName
{
color: #015AD7;
}
.AnyTagClassName
{
color: #015AD7;
}
</style>
background-color css
<style>
a { background-color: #015AD7; }
a { background-color: rgb(1,90,215); }
div.DivClassName
{
background-color: #015AD7;
}
.BgClassName
{
background-color: #015AD7;
}
</style>
border-color css
<style>
span { border-color: #015AD7; }
span { border-color: rgb(1,90,215); }
td.TdClassName
{
border-color: #015AD7;
}
.TagClassName
{
border-color: #015AD7;
}
</style>