Shades of Navy Blue #005BBE
Tints of Navy Blue #005BBE
RGB
CMYK
RGB Variations
Color information
#005BBE (or 0x005BBE) is known color: Navy Blue. HEX triplet: 00, 5B and BE. RGB value is (0,91,190). Sum of RGB (Red+Green+Blue) = 0+91+190=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #005BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBE is #FFA441. Grayscale: #4A4A4A. Windows color (decimal): -16753730 or 12475136. OLE color: 12475136.
HSL color Cylindrical-coordinate representation of color #005BBE: hue angle of 211.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BBE is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 91 | 190 | - |
| CMYK | 1 | 0.52 | 0 | 0.25 |
| HSL | 211.26º | 1% | 0.37% | - |
| HSV(B) | 211.26º | 1% | 0.75% | - |
| XYZ | 13.04 | 11.2 | 50.19 | - |
| YUV | 75.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 190 | 1 | 0.52 | 0 | 0.25 | 211.26 | 1 | 0.37 |
| Hex | 0 | 5B | BE | 64 | 34 | 0 | 19 | D3 | 64 | 25 |
| Octal | 0 | 133 | 276 | 144 | 64 | 0 | 31 | 323 | 144 | 45 |
| Binary | 0 | 1011011 | 10111110 | 1100100 | 110100 | 0 | 11001 | 11010011 | 1100100 | 100101 |
Color Harmonies of #005BBE
Complementary color
Monochromatic Colors of #005BBE
Black with #005BBE
Text Example
Text Example
White with #005BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BBE; }
p { color: rgb(0,91,190); }
H1.HeaderClassName
{
color: #005BBE;
}
.AnyTagClassName
{
color: #005BBE;
}
</style>
background-color css
<style>
a { background-color: #005BBE; }
a { background-color: rgb(0,91,190); }
div.DivClassName
{
background-color: #005BBE;
}
.BgClassName
{
background-color: #005BBE;
}
</style>
border-color css
<style>
span { border-color: #005BBE; }
span { border-color: rgb(0,91,190); }
td.TdClassName
{
border-color: #005BBE;
}
.TagClassName
{
border-color: #005BBE;
}
</style>