Shades of Navy Blue #005AF9
Tints of Navy Blue #005AF9
RGB
CMYK
RGB Variations
Color information
#005AF9 (or 0x005AF9) is known color: Navy Blue. HEX triplet: 00, 5A and F9. RGB value is (0,90,249). Sum of RGB (Red+Green+Blue) = 0+90+249=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #005AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AF9 is #FFA506. Grayscale: #505050. Windows color (decimal): -16753927 or 16341504. OLE color: 16341504.
HSL color Cylindrical-coordinate representation of color #005AF9: hue angle of 218.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AF9 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 90 | 249 | - |
| CMYK | 1 | 0.64 | 0 | 0.02 |
| HSL | 218.31º | 1% | 0.49% | - |
| HSV(B) | 218.31º | 1% | 0.98% | - |
| XYZ | 20.76 | 14.15 | 91.26 | - |
| YUV | 81.22 | 222.68 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 249 | 1 | 0.64 | 0 | 0.02 | 218.31 | 1 | 0.49 |
| Hex | 0 | 5A | F9 | 64 | 40 | 0 | 2 | DA | 64 | 31 |
| Octal | 0 | 132 | 371 | 144 | 100 | 0 | 2 | 332 | 144 | 61 |
| Binary | 0 | 1011010 | 11111001 | 1100100 | 1000000 | 0 | 10 | 11011010 | 1100100 | 110001 |
Color Harmonies of #005AF9
Complementary color
Monochromatic Colors of #005AF9
Black with #005AF9
Text Example
Text Example
White with #005AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AF9; }
p { color: rgb(0,90,249); }
H1.HeaderClassName
{
color: #005AF9;
}
.AnyTagClassName
{
color: #005AF9;
}
</style>
background-color css
<style>
a { background-color: #005AF9; }
a { background-color: rgb(0,90,249); }
div.DivClassName
{
background-color: #005AF9;
}
.BgClassName
{
background-color: #005AF9;
}
</style>
border-color css
<style>
span { border-color: #005AF9; }
span { border-color: rgb(0,90,249); }
td.TdClassName
{
border-color: #005AF9;
}
.TagClassName
{
border-color: #005AF9;
}
</style>