Shades of Navy Blue #015ABD
Tints of Navy Blue #015ABD
RGB
CMYK
RGB Variations
Color information
#015ABD (or 0x015ABD) is known color: Navy Blue. HEX triplet: 01, 5A and BD. RGB value is (1,90,189). Sum of RGB (Red+Green+Blue) = 1+90+189=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #015ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ABD is #FEA542. Grayscale: #4A4A4A. Windows color (decimal): -16688451 or 12409345. OLE color: 12409345.
HSL color Cylindrical-coordinate representation of color #015ABD: hue angle of 211.6º 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 #015ABD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 90 | 189 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.26 |
| HSL | 211.6º | 0.99% | 0.37% | - |
| HSV(B) | 211.6º | 0.99% | 0.74% | - |
| XYZ | 12.85 | 10.99 | 49.59 | - |
| YUV | 74.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 189 | 0.99 | 0.52 | 0 | 0.26 | 211.6 | 0.99 | 0.37 |
| Hex | 1 | 5A | BD | 63 | 34 | 0 | 1A | D4 | 63 | 25 |
| Octal | 1 | 132 | 275 | 143 | 64 | 0 | 32 | 324 | 143 | 45 |
| Binary | 1 | 1011010 | 10111101 | 1100011 | 110100 | 0 | 11010 | 11010100 | 1100011 | 100101 |
Color Harmonies of #015ABD
Complementary color
Monochromatic Colors of #015ABD
Black with #015ABD
Text Example
Text Example
White with #015ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ABD; }
p { color: rgb(1,90,189); }
H1.HeaderClassName
{
color: #015ABD;
}
.AnyTagClassName
{
color: #015ABD;
}
</style>
background-color css
<style>
a { background-color: #015ABD; }
a { background-color: rgb(1,90,189); }
div.DivClassName
{
background-color: #015ABD;
}
.BgClassName
{
background-color: #015ABD;
}
</style>
border-color css
<style>
span { border-color: #015ABD; }
span { border-color: rgb(1,90,189); }
td.TdClassName
{
border-color: #015ABD;
}
.TagClassName
{
border-color: #015ABD;
}
</style>