Shades of Navy #05005B
Tints of Navy #05005B
RGB
CMYK
RGB Variations
Color information
#05005B (or 0x05005B) is known color: Navy. HEX triplet: 05, 00 and 5B. RGB value is (5,0,91). Sum of RGB (Red+Green+Blue) = 5+0+91=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 91 (35.94% from 255 or 94.79% from 96); Max value from RGB is 91 - color contains mainly: blue. Hex color #05005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005B is #FAFFA4. Grayscale: #0B0B0B. Windows color (decimal): -16449445 or 5963781. OLE color: 5963781.
HSL color Cylindrical-coordinate representation of color #05005B: hue angle of 243.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05005B is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 0 | 91 | - |
| CMYK | 0.95 | 1 | 0 | 0.64 |
| HSL | 243.3º | 1% | 0.18% | - |
| HSV(B) | 243.3º | 1% | 0.36% | - |
| XYZ | 1.95 | 0.79 | 9.95 | - |
| YUV | 11.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 91 | 0.95 | 1 | 0 | 0.64 | 243.3 | 1 | 0.18 |
| Hex | 5 | 0 | 5B | 5F | 64 | 0 | 40 | F3 | 64 | 12 |
| Octal | 5 | 0 | 133 | 137 | 144 | 0 | 100 | 363 | 144 | 22 |
| Binary | 101 | 0 | 1011011 | 1011111 | 1100100 | 0 | 1000000 | 11110011 | 1100100 | 10010 |
Color Harmonies of #05005B
Complementary color
Monochromatic Colors of #05005B
Black with #05005B
Text Example
Text Example
White with #05005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05005B; }
p { color: rgb(5,0,91); }
H1.HeaderClassName
{
color: #05005B;
}
.AnyTagClassName
{
color: #05005B;
}
</style>
background-color css
<style>
a { background-color: #05005B; }
a { background-color: rgb(5,0,91); }
div.DivClassName
{
background-color: #05005B;
}
.BgClassName
{
background-color: #05005B;
}
</style>
border-color css
<style>
span { border-color: #05005B; }
span { border-color: rgb(5,0,91); }
td.TdClassName
{
border-color: #05005B;
}
.TagClassName
{
border-color: #05005B;
}
</style>