Shades of Navy Blue #005FFA
Tints of Navy Blue #005FFA
RGB
CMYK
RGB Variations
Color information
#005FFA (or 0x005FFA) is known color: Navy Blue. HEX triplet: 00, 5F and FA. RGB value is (0,95,250). Sum of RGB (Red+Green+Blue) = 0+95+250=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #005FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FFA is #FFA005. Grayscale: #535353. Windows color (decimal): -16752646 or 16408320. OLE color: 16408320.
HSL color Cylindrical-coordinate representation of color #005FFA: hue angle of 217.2º 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 #005FFA is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 95 | 250 | - |
| CMYK | 1 | 0.62 | 0 | 0.02 |
| HSL | 217.2º | 1% | 0.49% | - |
| HSV(B) | 217.2º | 1% | 0.98% | - |
| XYZ | 21.35 | 15.09 | 92.23 | - |
| YUV | 84.27 | 221.53 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 250 | 1 | 0.62 | 0 | 0.02 | 217.2 | 1 | 0.49 |
| Hex | 0 | 5F | FA | 64 | 3E | 0 | 2 | D9 | 64 | 31 |
| Octal | 0 | 137 | 372 | 144 | 76 | 0 | 2 | 331 | 144 | 61 |
| Binary | 0 | 1011111 | 11111010 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100100 | 110001 |
Color Harmonies of #005FFA
Complementary color
Monochromatic Colors of #005FFA
Black with #005FFA
Text Example
Text Example
White with #005FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FFA; }
p { color: rgb(0,95,250); }
H1.HeaderClassName
{
color: #005FFA;
}
.AnyTagClassName
{
color: #005FFA;
}
</style>
background-color css
<style>
a { background-color: #005FFA; }
a { background-color: rgb(0,95,250); }
div.DivClassName
{
background-color: #005FFA;
}
.BgClassName
{
background-color: #005FFA;
}
</style>
border-color css
<style>
span { border-color: #005FFA; }
span { border-color: rgb(0,95,250); }
td.TdClassName
{
border-color: #005FFA;
}
.TagClassName
{
border-color: #005FFA;
}
</style>