Shades of Navy Blue #015AE5
Tints of Navy Blue #015AE5
RGB
CMYK
RGB Variations
Color information
#015AE5 (or 0x015AE5) is known color: Navy Blue. HEX triplet: 01, 5A and E5. RGB value is (1,90,229). Sum of RGB (Red+Green+Blue) = 1+90+229=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #015AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AE5 is #FEA51A. Grayscale: #4E4E4E. Windows color (decimal): -16688411 or 15030785. OLE color: 15030785.
HSL color Cylindrical-coordinate representation of color #015AE5: hue angle of 216.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AE5 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 90 | 229 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.10 |
| HSL | 216.58º | 0.99% | 0.45% | - |
| HSV(B) | 216.58º | 1% | 0.9% | - |
| XYZ | 17.81 | 12.98 | 75.69 | - |
| YUV | 79.24 | 212.51 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 229 | 1.00 | 0.61 | 0 | 0.10 | 216.58 | 0.99 | 0.45 |
| Hex | 1 | 5A | E5 | 64 | 3D | 0 | A | D9 | 63 | 2D |
| Octal | 1 | 132 | 345 | 144 | 75 | 0 | 12 | 331 | 143 | 55 |
| Binary | 1 | 1011010 | 11100101 | 1100100 | 111101 | 0 | 1010 | 11011001 | 1100011 | 101101 |
Color Harmonies of #015AE5
Complementary color
Monochromatic Colors of #015AE5
Black with #015AE5
Text Example
Text Example
White with #015AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AE5; }
p { color: rgb(1,90,229); }
H1.HeaderClassName
{
color: #015AE5;
}
.AnyTagClassName
{
color: #015AE5;
}
</style>
background-color css
<style>
a { background-color: #015AE5; }
a { background-color: rgb(1,90,229); }
div.DivClassName
{
background-color: #015AE5;
}
.BgClassName
{
background-color: #015AE5;
}
</style>
border-color css
<style>
span { border-color: #015AE5; }
span { border-color: rgb(1,90,229); }
td.TdClassName
{
border-color: #015AE5;
}
.TagClassName
{
border-color: #015AE5;
}
</style>