Shades of Navy #05005E
Tints of Navy #05005E
RGB
CMYK
RGB Variations
Color information
#05005E (or 0x05005E) is known color: Navy. HEX triplet: 05, 00 and 5E. RGB value is (5,0,94). Sum of RGB (Red+Green+Blue) = 5+0+94=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 94 (37.11% from 255 or 94.95% from 99); Max value from RGB is 94 - color contains mainly: blue. Hex color #05005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005E is #FAFFA1. Grayscale: #0B0B0B. Windows color (decimal): -16449442 or 6160389. OLE color: 6160389.
HSL color Cylindrical-coordinate representation of color #05005E: hue angle of 243.19º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05005E is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 0 | 94 | - |
| CMYK | 0.95 | 1 | 0 | 0.63 |
| HSL | 243.19º | 1% | 0.18% | - |
| HSV(B) | 243.19º | 1% | 0.37% | - |
| XYZ | 2.08 | 0.84 | 10.64 | - |
| YUV | 12.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 94 | 0.95 | 1 | 0 | 0.63 | 243.19 | 1 | 0.18 |
| Hex | 5 | 0 | 5E | 5F | 64 | 0 | 3F | F3 | 64 | 12 |
| Octal | 5 | 0 | 136 | 137 | 144 | 0 | 77 | 363 | 144 | 22 |
| Binary | 101 | 0 | 1011110 | 1011111 | 1100100 | 0 | 111111 | 11110011 | 1100100 | 10010 |
Color Harmonies of #05005E
Complementary color
Monochromatic Colors of #05005E
Black with #05005E
Text Example
Text Example
White with #05005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05005E; }
p { color: rgb(5,0,94); }
H1.HeaderClassName
{
color: #05005E;
}
.AnyTagClassName
{
color: #05005E;
}
</style>
background-color css
<style>
a { background-color: #05005E; }
a { background-color: rgb(5,0,94); }
div.DivClassName
{
background-color: #05005E;
}
.BgClassName
{
background-color: #05005E;
}
</style>
border-color css
<style>
span { border-color: #05005E; }
span { border-color: rgb(5,0,94); }
td.TdClassName
{
border-color: #05005E;
}
.TagClassName
{
border-color: #05005E;
}
</style>