Shades of Navy Blue #015AFD
Tints of Navy Blue #015AFD
RGB
CMYK
RGB Variations
Color information
#015AFD (or 0x015AFD) is known color: Navy Blue. HEX triplet: 01, 5A and FD. RGB value is (1,90,253). Sum of RGB (Red+Green+Blue) = 1+90+253=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #015AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AFD is #FEA502. Grayscale: #515151. Windows color (decimal): -16688387 or 16603649. OLE color: 16603649.
HSL color Cylindrical-coordinate representation of color #015AFD: hue angle of 218.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AFD is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 90 | 253 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.01 |
| HSL | 218.81º | 0.99% | 0.5% | - |
| HSV(B) | 218.81º | 1% | 0.99% | - |
| XYZ | 21.4 | 14.41 | 94.58 | - |
| YUV | 81.97 | 224.51 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 253 | 1.00 | 0.64 | 0 | 0.01 | 218.81 | 0.99 | 0.5 |
| Hex | 1 | 5A | FD | 64 | 40 | 0 | 1 | DB | 63 | 32 |
| Octal | 1 | 132 | 375 | 144 | 100 | 0 | 1 | 333 | 143 | 62 |
| Binary | 1 | 1011010 | 11111101 | 1100100 | 1000000 | 0 | 1 | 11011011 | 1100011 | 110010 |
Color Harmonies of #015AFD
Complementary color
Monochromatic Colors of #015AFD
Black with #015AFD
Text Example
Text Example
White with #015AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AFD; }
p { color: rgb(1,90,253); }
H1.HeaderClassName
{
color: #015AFD;
}
.AnyTagClassName
{
color: #015AFD;
}
</style>
background-color css
<style>
a { background-color: #015AFD; }
a { background-color: rgb(1,90,253); }
div.DivClassName
{
background-color: #015AFD;
}
.BgClassName
{
background-color: #015AFD;
}
</style>
border-color css
<style>
span { border-color: #015AFD; }
span { border-color: rgb(1,90,253); }
td.TdClassName
{
border-color: #015AFD;
}
.TagClassName
{
border-color: #015AFD;
}
</style>