Shades of Navy Blue #005BEB
Tints of Navy Blue #005BEB
RGB
CMYK
RGB Variations
Color information
#005BEB (or 0x005BEB) is known color: Navy Blue. HEX triplet: 00, 5B and EB. RGB value is (0,91,235). Sum of RGB (Red+Green+Blue) = 0+91+235=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #005BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BEB is #FFA414. Grayscale: #4F4F4F. Windows color (decimal): -16753685 or 15424256. OLE color: 15424256.
HSL color Cylindrical-coordinate representation of color #005BEB: hue angle of 216.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BEB is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 91 | 235 | - |
| CMYK | 1 | 0.61 | 0 | 0.08 |
| HSL | 216.77º | 1% | 0.46% | - |
| HSV(B) | 216.77º | 1% | 0.92% | - |
| XYZ | 18.74 | 13.48 | 80.21 | - |
| YUV | 80.21 | 215.35 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 235 | 1 | 0.61 | 0 | 0.08 | 216.77 | 1 | 0.46 |
| Hex | 0 | 5B | EB | 64 | 3D | 0 | 8 | D9 | 64 | 2E |
| Octal | 0 | 133 | 353 | 144 | 75 | 0 | 10 | 331 | 144 | 56 |
| Binary | 0 | 1011011 | 11101011 | 1100100 | 111101 | 0 | 1000 | 11011001 | 1100100 | 101110 |
Color Harmonies of #005BEB
Complementary color
Monochromatic Colors of #005BEB
Black with #005BEB
Text Example
Text Example
White with #005BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BEB; }
p { color: rgb(0,91,235); }
H1.HeaderClassName
{
color: #005BEB;
}
.AnyTagClassName
{
color: #005BEB;
}
</style>
background-color css
<style>
a { background-color: #005BEB; }
a { background-color: rgb(0,91,235); }
div.DivClassName
{
background-color: #005BEB;
}
.BgClassName
{
background-color: #005BEB;
}
</style>
border-color css
<style>
span { border-color: #005BEB; }
span { border-color: rgb(0,91,235); }
td.TdClassName
{
border-color: #005BEB;
}
.TagClassName
{
border-color: #005BEB;
}
</style>