Shades of Navy Blue #005BB9
Tints of Navy Blue #005BB9
RGB
CMYK
RGB Variations
Color information
#005BB9 (or 0x005BB9) is known color: Navy Blue. HEX triplet: 00, 5B and B9. RGB value is (0,91,185). Sum of RGB (Red+Green+Blue) = 0+91+185=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #005BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BB9 is #FFA446. Grayscale: #4A4A4A. Windows color (decimal): -16753735 or 12147456. OLE color: 12147456.
HSL color Cylindrical-coordinate representation of color #005BB9: hue angle of 210.49º 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 #005BB9 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 91 | 185 | - |
| CMYK | 1 | 0.51 | 0 | 0.27 |
| HSL | 210.49º | 1% | 0.36% | - |
| HSV(B) | 210.49º | 1% | 0.73% | - |
| XYZ | 12.5 | 10.98 | 47.36 | - |
| YUV | 74.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 185 | 1 | 0.51 | 0 | 0.27 | 210.49 | 1 | 0.36 |
| Hex | 0 | 5B | B9 | 64 | 33 | 0 | 1B | D2 | 64 | 24 |
| Octal | 0 | 133 | 271 | 144 | 63 | 0 | 33 | 322 | 144 | 44 |
| Binary | 0 | 1011011 | 10111001 | 1100100 | 110011 | 0 | 11011 | 11010010 | 1100100 | 100100 |
Color Harmonies of #005BB9
Complementary color
Monochromatic Colors of #005BB9
Black with #005BB9
Text Example
Text Example
White with #005BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BB9; }
p { color: rgb(0,91,185); }
H1.HeaderClassName
{
color: #005BB9;
}
.AnyTagClassName
{
color: #005BB9;
}
</style>
background-color css
<style>
a { background-color: #005BB9; }
a { background-color: rgb(0,91,185); }
div.DivClassName
{
background-color: #005BB9;
}
.BgClassName
{
background-color: #005BB9;
}
</style>
border-color css
<style>
span { border-color: #005BB9; }
span { border-color: rgb(0,91,185); }
td.TdClassName
{
border-color: #005BB9;
}
.TagClassName
{
border-color: #005BB9;
}
</style>