Shades of Navy Blue #005AF5
Tints of Navy Blue #005AF5
RGB
CMYK
RGB Variations
Color information
#005AF5 (or 0x005AF5) is known color: Navy Blue. HEX triplet: 00, 5A and F5. RGB value is (0,90,245). Sum of RGB (Red+Green+Blue) = 0+90+245=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #005AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AF5 is #FFA50A. Grayscale: #505050. Windows color (decimal): -16753931 or 16079360. OLE color: 16079360.
HSL color Cylindrical-coordinate representation of color #005AF5: hue angle of 217.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AF5 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 90 | 245 | - |
| CMYK | 1 | 0.63 | 0 | 0.04 |
| HSL | 217.96º | 1% | 0.48% | - |
| HSV(B) | 217.96º | 1% | 0.96% | - |
| XYZ | 20.14 | 13.9 | 88.01 | - |
| YUV | 80.76 | 220.68 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 245 | 1 | 0.63 | 0 | 0.04 | 217.96 | 1 | 0.48 |
| Hex | 0 | 5A | F5 | 64 | 3F | 0 | 4 | DA | 64 | 30 |
| Octal | 0 | 132 | 365 | 144 | 77 | 0 | 4 | 332 | 144 | 60 |
| Binary | 0 | 1011010 | 11110101 | 1100100 | 111111 | 0 | 100 | 11011010 | 1100100 | 110000 |
Color Harmonies of #005AF5
Complementary color
Monochromatic Colors of #005AF5
Black with #005AF5
Text Example
Text Example
White with #005AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AF5; }
p { color: rgb(0,90,245); }
H1.HeaderClassName
{
color: #005AF5;
}
.AnyTagClassName
{
color: #005AF5;
}
</style>
background-color css
<style>
a { background-color: #005AF5; }
a { background-color: rgb(0,90,245); }
div.DivClassName
{
background-color: #005AF5;
}
.BgClassName
{
background-color: #005AF5;
}
</style>
border-color css
<style>
span { border-color: #005AF5; }
span { border-color: rgb(0,90,245); }
td.TdClassName
{
border-color: #005AF5;
}
.TagClassName
{
border-color: #005AF5;
}
</style>