Shades of Navy Blue #015ABE
Tints of Navy Blue #015ABE
RGB
CMYK
RGB Variations
Color information
#015ABE (or 0x015ABE) is known color: Navy Blue. HEX triplet: 01, 5A and BE. RGB value is (1,90,190). Sum of RGB (Red+Green+Blue) = 1+90+190=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #015ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ABE is #FEA541. Grayscale: #4A4A4A. Windows color (decimal): -16688450 or 12474881. OLE color: 12474881.
HSL color Cylindrical-coordinate representation of color #015ABE: hue angle of 211.75º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015ABE is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 90 | 190 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.25 |
| HSL | 211.75º | 0.99% | 0.37% | - |
| HSV(B) | 211.75º | 0.99% | 0.75% | - |
| XYZ | 12.96 | 11.04 | 50.16 | - |
| YUV | 74.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 190 | 0.99 | 0.53 | 0 | 0.25 | 211.75 | 0.99 | 0.37 |
| Hex | 1 | 5A | BE | 63 | 35 | 0 | 19 | D4 | 63 | 25 |
| Octal | 1 | 132 | 276 | 143 | 65 | 0 | 31 | 324 | 143 | 45 |
| Binary | 1 | 1011010 | 10111110 | 1100011 | 110101 | 0 | 11001 | 11010100 | 1100011 | 100101 |
Color Harmonies of #015ABE
Complementary color
Monochromatic Colors of #015ABE
Black with #015ABE
Text Example
Text Example
White with #015ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ABE; }
p { color: rgb(1,90,190); }
H1.HeaderClassName
{
color: #015ABE;
}
.AnyTagClassName
{
color: #015ABE;
}
</style>
background-color css
<style>
a { background-color: #015ABE; }
a { background-color: rgb(1,90,190); }
div.DivClassName
{
background-color: #015ABE;
}
.BgClassName
{
background-color: #015ABE;
}
</style>
border-color css
<style>
span { border-color: #015ABE; }
span { border-color: rgb(1,90,190); }
td.TdClassName
{
border-color: #015ABE;
}
.TagClassName
{
border-color: #015ABE;
}
</style>