Shades of Navy Blue #005AF6
Tints of Navy Blue #005AF6
RGB
CMYK
RGB Variations
Color information
#005AF6 (or 0x005AF6) is known color: Navy Blue. HEX triplet: 00, 5A and F6. RGB value is (0,90,246). Sum of RGB (Red+Green+Blue) = 0+90+246=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #005AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AF6 is #FFA509. Grayscale: #505050. Windows color (decimal): -16753930 or 16144896. OLE color: 16144896.
HSL color Cylindrical-coordinate representation of color #005AF6: hue angle of 218.05º 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 #005AF6 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 90 | 246 | - |
| CMYK | 1 | 0.63 | 0 | 0.04 |
| HSL | 218.05º | 1% | 0.48% | - |
| HSV(B) | 218.05º | 1% | 0.96% | - |
| XYZ | 20.29 | 13.97 | 88.82 | - |
| YUV | 80.87 | 221.18 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 246 | 1 | 0.63 | 0 | 0.04 | 218.05 | 1 | 0.48 |
| Hex | 0 | 5A | F6 | 64 | 3F | 0 | 4 | DA | 64 | 30 |
| Octal | 0 | 132 | 366 | 144 | 77 | 0 | 4 | 332 | 144 | 60 |
| Binary | 0 | 1011010 | 11110110 | 1100100 | 111111 | 0 | 100 | 11011010 | 1100100 | 110000 |
Color Harmonies of #005AF6
Complementary color
Monochromatic Colors of #005AF6
Black with #005AF6
Text Example
Text Example
White with #005AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AF6; }
p { color: rgb(0,90,246); }
H1.HeaderClassName
{
color: #005AF6;
}
.AnyTagClassName
{
color: #005AF6;
}
</style>
background-color css
<style>
a { background-color: #005AF6; }
a { background-color: rgb(0,90,246); }
div.DivClassName
{
background-color: #005AF6;
}
.BgClassName
{
background-color: #005AF6;
}
</style>
border-color css
<style>
span { border-color: #005AF6; }
span { border-color: rgb(0,90,246); }
td.TdClassName
{
border-color: #005AF6;
}
.TagClassName
{
border-color: #005AF6;
}
</style>