Shades of Navy Blue #015AFE
Tints of Navy Blue #015AFE
RGB
CMYK
RGB Variations
Color information
#015AFE (or 0x015AFE) is known color: Navy Blue. HEX triplet: 01, 5A and FE. RGB value is (1,90,254). Sum of RGB (Red+Green+Blue) = 1+90+254=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #015AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AFE is #FEA501. Grayscale: #515151. Windows color (decimal): -16688386 or 16669185. OLE color: 16669185.
HSL color Cylindrical-coordinate representation of color #015AFE: hue angle of 218.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AFE is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 90 | 254 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.00 |
| HSL | 218.89º | 0.99% | 0.5% | - |
| HSV(B) | 218.89º | 1% | 1% | - |
| XYZ | 21.56 | 14.47 | 95.42 | - |
| YUV | 82.09 | 225.01 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 254 | 1.00 | 0.65 | 0 | 0.00 | 218.89 | 0.99 | 0.5 |
| Hex | 1 | 5A | FE | 64 | 41 | 0 | 0 | DB | 63 | 32 |
| Octal | 1 | 132 | 376 | 144 | 101 | 0 | 0 | 333 | 143 | 62 |
| Binary | 1 | 1011010 | 11111110 | 1100100 | 1000001 | 0 | 0 | 11011011 | 1100011 | 110010 |
Color Harmonies of #015AFE
Complementary color
Monochromatic Colors of #015AFE
Black with #015AFE
Text Example
Text Example
White with #015AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AFE; }
p { color: rgb(1,90,254); }
H1.HeaderClassName
{
color: #015AFE;
}
.AnyTagClassName
{
color: #015AFE;
}
</style>
background-color css
<style>
a { background-color: #015AFE; }
a { background-color: rgb(1,90,254); }
div.DivClassName
{
background-color: #015AFE;
}
.BgClassName
{
background-color: #015AFE;
}
</style>
border-color css
<style>
span { border-color: #015AFE; }
span { border-color: rgb(1,90,254); }
td.TdClassName
{
border-color: #015AFE;
}
.TagClassName
{
border-color: #015AFE;
}
</style>