Shades of Navy Blue #005FB9
Tints of Navy Blue #005FB9
RGB
CMYK
RGB Variations
Color information
#005FB9 (or 0x005FB9) is known color: Navy Blue. HEX triplet: 00, 5F and B9. RGB value is (0,95,185). Sum of RGB (Red+Green+Blue) = 0+95+185=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #005FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FB9 is #FFA046. Grayscale: #4C4C4C. Windows color (decimal): -16752711 or 12148480. OLE color: 12148480.
HSL color Cylindrical-coordinate representation of color #005FB9: hue angle of 209.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FB9 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 95 | 185 | - |
| CMYK | 1 | 0.49 | 0 | 0.27 |
| HSL | 209.19º | 1% | 0.36% | - |
| HSV(B) | 209.19º | 1% | 0.73% | - |
| XYZ | 12.85 | 11.69 | 47.48 | - |
| YUV | 76.86 | 189.03 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 185 | 1 | 0.49 | 0 | 0.27 | 209.19 | 1 | 0.36 |
| Hex | 0 | 5F | B9 | 64 | 31 | 0 | 1B | D1 | 64 | 24 |
| Octal | 0 | 137 | 271 | 144 | 61 | 0 | 33 | 321 | 144 | 44 |
| Binary | 0 | 1011111 | 10111001 | 1100100 | 110001 | 0 | 11011 | 11010001 | 1100100 | 100100 |
Color Harmonies of #005FB9
Complementary color
Monochromatic Colors of #005FB9
Black with #005FB9
Text Example
Text Example
White with #005FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FB9; }
p { color: rgb(0,95,185); }
H1.HeaderClassName
{
color: #005FB9;
}
.AnyTagClassName
{
color: #005FB9;
}
</style>
background-color css
<style>
a { background-color: #005FB9; }
a { background-color: rgb(0,95,185); }
div.DivClassName
{
background-color: #005FB9;
}
.BgClassName
{
background-color: #005FB9;
}
</style>
border-color css
<style>
span { border-color: #005FB9; }
span { border-color: rgb(0,95,185); }
td.TdClassName
{
border-color: #005FB9;
}
.TagClassName
{
border-color: #005FB9;
}
</style>