Shades of Navy Blue #005BBB
Tints of Navy Blue #005BBB
RGB
CMYK
RGB Variations
Color information
#005BBB (or 0x005BBB) is known color: Navy Blue. HEX triplet: 00, 5B and BB. RGB value is (0,91,187). Sum of RGB (Red+Green+Blue) = 0+91+187=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #005BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBB is #FFA444. Grayscale: #4A4A4A. Windows color (decimal): -16753733 or 12278528. OLE color: 12278528.
HSL color Cylindrical-coordinate representation of color #005BBB: hue angle of 210.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BBB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 91 | 187 | - |
| CMYK | 1 | 0.51 | 0 | 0.27 |
| HSL | 210.8º | 1% | 0.37% | - |
| HSV(B) | 210.8º | 1% | 0.73% | - |
| XYZ | 12.71 | 11.07 | 48.48 | - |
| YUV | 74.74 | 191.35 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 187 | 1 | 0.51 | 0 | 0.27 | 210.8 | 1 | 0.37 |
| Hex | 0 | 5B | BB | 64 | 33 | 0 | 1B | D3 | 64 | 25 |
| Octal | 0 | 133 | 273 | 144 | 63 | 0 | 33 | 323 | 144 | 45 |
| Binary | 0 | 1011011 | 10111011 | 1100100 | 110011 | 0 | 11011 | 11010011 | 1100100 | 100101 |
Color Harmonies of #005BBB
Complementary color
Monochromatic Colors of #005BBB
Black with #005BBB
Text Example
Text Example
White with #005BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BBB; }
p { color: rgb(0,91,187); }
H1.HeaderClassName
{
color: #005BBB;
}
.AnyTagClassName
{
color: #005BBB;
}
</style>
background-color css
<style>
a { background-color: #005BBB; }
a { background-color: rgb(0,91,187); }
div.DivClassName
{
background-color: #005BBB;
}
.BgClassName
{
background-color: #005BBB;
}
</style>
border-color css
<style>
span { border-color: #005BBB; }
span { border-color: rgb(0,91,187); }
td.TdClassName
{
border-color: #005BBB;
}
.TagClassName
{
border-color: #005BBB;
}
</style>