Shades of Navy Blue #005BC7
Tints of Navy Blue #005BC7
RGB
CMYK
RGB Variations
Color information
#005BC7 (or 0x005BC7) is known color: Navy Blue. HEX triplet: 00, 5B and C7. RGB value is (0,91,199). Sum of RGB (Red+Green+Blue) = 0+91+199=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 199 (78.12% from 255 or 68.62% from 290); Max value from RGB is 199 - color contains mainly: blue. Hex color #005BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BC7 is #FFA438. Grayscale: #4B4B4B. Windows color (decimal): -16753721 or 13064960. OLE color: 13064960.
HSL color Cylindrical-coordinate representation of color #005BC7: hue angle of 212.56º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BC7 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 91 | 199 | - |
| CMYK | 1 | 0.54 | 0 | 0.22 |
| HSL | 212.56º | 1% | 0.39% | - |
| HSV(B) | 212.56º | 1% | 0.78% | - |
| XYZ | 14.05 | 11.61 | 55.53 | - |
| YUV | 76.1 | 197.35 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 199 | 1 | 0.54 | 0 | 0.22 | 212.56 | 1 | 0.39 |
| Hex | 0 | 5B | C7 | 64 | 36 | 0 | 16 | D5 | 64 | 27 |
| Octal | 0 | 133 | 307 | 144 | 66 | 0 | 26 | 325 | 144 | 47 |
| Binary | 0 | 1011011 | 11000111 | 1100100 | 110110 | 0 | 10110 | 11010101 | 1100100 | 100111 |
Color Harmonies of #005BC7
Complementary color
Monochromatic Colors of #005BC7
Black with #005BC7
Text Example
Text Example
White with #005BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BC7; }
p { color: rgb(0,91,199); }
H1.HeaderClassName
{
color: #005BC7;
}
.AnyTagClassName
{
color: #005BC7;
}
</style>
background-color css
<style>
a { background-color: #005BC7; }
a { background-color: rgb(0,91,199); }
div.DivClassName
{
background-color: #005BC7;
}
.BgClassName
{
background-color: #005BC7;
}
</style>
border-color css
<style>
span { border-color: #005BC7; }
span { border-color: rgb(0,91,199); }
td.TdClassName
{
border-color: #005BC7;
}
.TagClassName
{
border-color: #005BC7;
}
</style>