Shades of Navy Blue #015AF7
Tints of Navy Blue #015AF7
RGB
CMYK
RGB Variations
Color information
#015AF7 (or 0x015AF7) is known color: Navy Blue. HEX triplet: 01, 5A and F7. RGB value is (1,90,247). Sum of RGB (Red+Green+Blue) = 1+90+247=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 247 (96.88% from 255 or 73.08% from 338); Max value from RGB is 247 - color contains mainly: blue. Hex color #015AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AF7 is #FEA508. Grayscale: #505050. Windows color (decimal): -16688393 or 16210433. OLE color: 16210433.
HSL color Cylindrical-coordinate representation of color #015AF7: hue angle of 218.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AF7 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 90 | 247 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.03 |
| HSL | 218.29º | 0.99% | 0.49% | - |
| HSV(B) | 218.29º | 1% | 0.97% | - |
| XYZ | 20.46 | 14.03 | 89.63 | - |
| YUV | 81.29 | 221.51 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 247 | 1.00 | 0.64 | 0 | 0.03 | 218.29 | 0.99 | 0.49 |
| Hex | 1 | 5A | F7 | 64 | 40 | 0 | 3 | DA | 63 | 31 |
| Octal | 1 | 132 | 367 | 144 | 100 | 0 | 3 | 332 | 143 | 61 |
| Binary | 1 | 1011010 | 11110111 | 1100100 | 1000000 | 0 | 11 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015AF7
Complementary color
Monochromatic Colors of #015AF7
Black with #015AF7
Text Example
Text Example
White with #015AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AF7; }
p { color: rgb(1,90,247); }
H1.HeaderClassName
{
color: #015AF7;
}
.AnyTagClassName
{
color: #015AF7;
}
</style>
background-color css
<style>
a { background-color: #015AF7; }
a { background-color: rgb(1,90,247); }
div.DivClassName
{
background-color: #015AF7;
}
.BgClassName
{
background-color: #015AF7;
}
</style>
border-color css
<style>
span { border-color: #015AF7; }
span { border-color: rgb(1,90,247); }
td.TdClassName
{
border-color: #015AF7;
}
.TagClassName
{
border-color: #015AF7;
}
</style>