Shades of Navy Blue #005BC1
Tints of Navy Blue #005BC1
RGB
CMYK
RGB Variations
Color information
#005BC1 (or 0x005BC1) is known color: Navy Blue. HEX triplet: 00, 5B and C1. RGB value is (0,91,193). Sum of RGB (Red+Green+Blue) = 0+91+193=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #005BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BC1 is #FFA43E. Grayscale: #4A4A4A. Windows color (decimal): -16753727 or 12671744. OLE color: 12671744.
HSL color Cylindrical-coordinate representation of color #005BC1: hue angle of 211.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BC1 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 91 | 193 | - |
| CMYK | 1 | 0.53 | 0 | 0.24 |
| HSL | 211.71º | 1% | 0.38% | - |
| HSV(B) | 211.71º | 1% | 0.76% | - |
| XYZ | 13.37 | 11.33 | 51.93 | - |
| YUV | 75.42 | 194.35 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 193 | 1 | 0.53 | 0 | 0.24 | 211.71 | 1 | 0.38 |
| Hex | 0 | 5B | C1 | 64 | 35 | 0 | 18 | D4 | 64 | 26 |
| Octal | 0 | 133 | 301 | 144 | 65 | 0 | 30 | 324 | 144 | 46 |
| Binary | 0 | 1011011 | 11000001 | 1100100 | 110101 | 0 | 11000 | 11010100 | 1100100 | 100110 |
Color Harmonies of #005BC1
Complementary color
Monochromatic Colors of #005BC1
Black with #005BC1
Text Example
Text Example
White with #005BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BC1; }
p { color: rgb(0,91,193); }
H1.HeaderClassName
{
color: #005BC1;
}
.AnyTagClassName
{
color: #005BC1;
}
</style>
background-color css
<style>
a { background-color: #005BC1; }
a { background-color: rgb(0,91,193); }
div.DivClassName
{
background-color: #005BC1;
}
.BgClassName
{
background-color: #005BC1;
}
</style>
border-color css
<style>
span { border-color: #005BC1; }
span { border-color: rgb(0,91,193); }
td.TdClassName
{
border-color: #005BC1;
}
.TagClassName
{
border-color: #005BC1;
}
</style>