Shades of Navy Blue #015AFC
Tints of Navy Blue #015AFC
RGB
CMYK
RGB Variations
Color information
#015AFC (or 0x015AFC) is known color: Navy Blue. HEX triplet: 01, 5A and FC. RGB value is (1,90,252). Sum of RGB (Red+Green+Blue) = 1+90+252=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #015AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AFC is #FEA503. Grayscale: #515151. Windows color (decimal): -16688388 or 16538113. OLE color: 16538113.
HSL color Cylindrical-coordinate representation of color #015AFC: hue angle of 218.73º 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 #015AFC is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 90 | 252 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.01 |
| HSL | 218.73º | 0.99% | 0.5% | - |
| HSV(B) | 218.73º | 1% | 0.99% | - |
| XYZ | 21.24 | 14.35 | 93.75 | - |
| YUV | 81.86 | 224.01 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 252 | 1.00 | 0.64 | 0 | 0.01 | 218.73 | 0.99 | 0.5 |
| Hex | 1 | 5A | FC | 64 | 40 | 0 | 1 | DB | 63 | 32 |
| Octal | 1 | 132 | 374 | 144 | 100 | 0 | 1 | 333 | 143 | 62 |
| Binary | 1 | 1011010 | 11111100 | 1100100 | 1000000 | 0 | 1 | 11011011 | 1100011 | 110010 |
Color Harmonies of #015AFC
Complementary color
Monochromatic Colors of #015AFC
Black with #015AFC
Text Example
Text Example
White with #015AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AFC; }
p { color: rgb(1,90,252); }
H1.HeaderClassName
{
color: #015AFC;
}
.AnyTagClassName
{
color: #015AFC;
}
</style>
background-color css
<style>
a { background-color: #015AFC; }
a { background-color: rgb(1,90,252); }
div.DivClassName
{
background-color: #015AFC;
}
.BgClassName
{
background-color: #015AFC;
}
</style>
border-color css
<style>
span { border-color: #015AFC; }
span { border-color: rgb(1,90,252); }
td.TdClassName
{
border-color: #015AFC;
}
.TagClassName
{
border-color: #015AFC;
}
</style>