Shades of Navy Blue #015AFF
Tints of Navy Blue #015AFF
RGB
CMYK
RGB Variations
Color information
#015AFF (or 0x015AFF) is known color: Navy Blue. HEX triplet: 01, 5A and FF. RGB value is (1,90,255). Sum of RGB (Red+Green+Blue) = 1+90+255=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #015AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AFF is #FEA500. Grayscale: #515151. Windows color (decimal): -16688385 or 16734721. OLE color: 16734721.
HSL color Cylindrical-coordinate representation of color #015AFF: hue angle of 218.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AFF is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 90 | 255 | - |
| CMYK | 1.00 | 0.65 | 0 | 0 |
| HSL | 218.98º | 1% | 0.5% | - |
| HSV(B) | 218.98º | 1% | 1% | - |
| XYZ | 21.72 | 14.54 | 96.27 | - |
| YUV | 82.2 | 225.51 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 255 | 1.00 | 0.65 | 0 | 0 | 218.98 | 1 | 0.5 |
| Hex | 1 | 5A | FF | 64 | 41 | 0 | 0 | DB | 64 | 32 |
| Octal | 1 | 132 | 377 | 144 | 101 | 0 | 0 | 333 | 144 | 62 |
| Binary | 1 | 1011010 | 11111111 | 1100100 | 1000001 | 0 | 0 | 11011011 | 1100100 | 110010 |
Color Harmonies of #015AFF
Complementary color
Monochromatic Colors of #015AFF
Black with #015AFF
Text Example
Text Example
White with #015AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AFF; }
p { color: rgb(1,90,255); }
H1.HeaderClassName
{
color: #015AFF;
}
.AnyTagClassName
{
color: #015AFF;
}
</style>
background-color css
<style>
a { background-color: #015AFF; }
a { background-color: rgb(1,90,255); }
div.DivClassName
{
background-color: #015AFF;
}
.BgClassName
{
background-color: #015AFF;
}
</style>
border-color css
<style>
span { border-color: #015AFF; }
span { border-color: rgb(1,90,255); }
td.TdClassName
{
border-color: #015AFF;
}
.TagClassName
{
border-color: #015AFF;
}
</style>