Shades of Navy Blue #015AD0
Tints of Navy Blue #015AD0
RGB
CMYK
RGB Variations
Color information
#015AD0 (or 0x015AD0) is known color: Navy Blue. HEX triplet: 01, 5A and D0. RGB value is (1,90,208). Sum of RGB (Red+Green+Blue) = 1+90+208=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #015AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AD0 is #FEA52F. Grayscale: #4C4C4C. Windows color (decimal): -16688432 or 13654529. OLE color: 13654529.
HSL color Cylindrical-coordinate representation of color #015AD0: hue angle of 214.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AD0 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 90 | 208 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.18 |
| HSL | 214.2º | 0.99% | 0.41% | - |
| HSV(B) | 214.2º | 1% | 0.82% | - |
| XYZ | 15.05 | 11.87 | 61.17 | - |
| YUV | 76.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 208 | 1.00 | 0.57 | 0 | 0.18 | 214.2 | 0.99 | 0.41 |
| Hex | 1 | 5A | D0 | 64 | 39 | 0 | 12 | D6 | 63 | 29 |
| Octal | 1 | 132 | 320 | 144 | 71 | 0 | 22 | 326 | 143 | 51 |
| Binary | 1 | 1011010 | 11010000 | 1100100 | 111001 | 0 | 10010 | 11010110 | 1100011 | 101001 |
Color Harmonies of #015AD0
Complementary color
Monochromatic Colors of #015AD0
Black with #015AD0
Text Example
Text Example
White with #015AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AD0; }
p { color: rgb(1,90,208); }
H1.HeaderClassName
{
color: #015AD0;
}
.AnyTagClassName
{
color: #015AD0;
}
</style>
background-color css
<style>
a { background-color: #015AD0; }
a { background-color: rgb(1,90,208); }
div.DivClassName
{
background-color: #015AD0;
}
.BgClassName
{
background-color: #015AD0;
}
</style>
border-color css
<style>
span { border-color: #015AD0; }
span { border-color: rgb(1,90,208); }
td.TdClassName
{
border-color: #015AD0;
}
.TagClassName
{
border-color: #015AD0;
}
</style>