Shades of Navy Blue #005BBA
Tints of Navy Blue #005BBA
RGB
CMYK
RGB Variations
Color information
#005BBA (or 0x005BBA) is known color: Navy Blue. HEX triplet: 00, 5B and BA. RGB value is (0,91,186). Sum of RGB (Red+Green+Blue) = 0+91+186=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #005BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBA is #FFA445. Grayscale: #4A4A4A. Windows color (decimal): -16753734 or 12212992. OLE color: 12212992.
HSL color Cylindrical-coordinate representation of color #005BBA: hue angle of 210.65º 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 #005BBA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 91 | 186 | - |
| CMYK | 1 | 0.51 | 0 | 0.27 |
| HSL | 210.65º | 1% | 0.36% | - |
| HSV(B) | 210.65º | 1% | 0.73% | - |
| XYZ | 12.6 | 11.03 | 47.92 | - |
| YUV | 74.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 186 | 1 | 0.51 | 0 | 0.27 | 210.65 | 1 | 0.36 |
| Hex | 0 | 5B | BA | 64 | 33 | 0 | 1B | D3 | 64 | 24 |
| Octal | 0 | 133 | 272 | 144 | 63 | 0 | 33 | 323 | 144 | 44 |
| Binary | 0 | 1011011 | 10111010 | 1100100 | 110011 | 0 | 11011 | 11010011 | 1100100 | 100100 |
Color Harmonies of #005BBA
Complementary color
Monochromatic Colors of #005BBA
Black with #005BBA
Text Example
Text Example
White with #005BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BBA; }
p { color: rgb(0,91,186); }
H1.HeaderClassName
{
color: #005BBA;
}
.AnyTagClassName
{
color: #005BBA;
}
</style>
background-color css
<style>
a { background-color: #005BBA; }
a { background-color: rgb(0,91,186); }
div.DivClassName
{
background-color: #005BBA;
}
.BgClassName
{
background-color: #005BBA;
}
</style>
border-color css
<style>
span { border-color: #005BBA; }
span { border-color: rgb(0,91,186); }
td.TdClassName
{
border-color: #005BBA;
}
.TagClassName
{
border-color: #005BBA;
}
</style>