Shades of Navy #05015E
Tints of Navy #05015E
RGB
CMYK
RGB Variations
Color information
#05015E (or 0x05015E) is known color: Navy. HEX triplet: 05, 01 and 5E. RGB value is (5,1,94). Sum of RGB (Red+Green+Blue) = 5+1+94=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 94 (37.11% from 255 or 94% from 100); Max value from RGB is 94 - color contains mainly: blue. Hex color #05015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05015E is #FAFEA1. Grayscale: #0C0C0C. Windows color (decimal): -16449186 or 6160645. OLE color: 6160645.
HSL color Cylindrical-coordinate representation of color #05015E: hue angle of 242.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05015E is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 1 | 94 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.63 |
| HSL | 242.58º | 0.98% | 0.19% | - |
| HSV(B) | 242.58º | 0.99% | 0.37% | - |
| XYZ | 2.09 | 0.86 | 10.65 | - |
| YUV | 12.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 94 | 0.95 | 0.99 | 0 | 0.63 | 242.58 | 0.98 | 0.19 |
| Hex | 5 | 1 | 5E | 5F | 63 | 0 | 3F | F3 | 62 | 13 |
| Octal | 5 | 1 | 136 | 137 | 143 | 0 | 77 | 363 | 142 | 23 |
| Binary | 101 | 1 | 1011110 | 1011111 | 1100011 | 0 | 111111 | 11110011 | 1100010 | 10011 |
Color Harmonies of #05015E
Complementary color
Monochromatic Colors of #05015E
Black with #05015E
Text Example
Text Example
White with #05015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05015E; }
p { color: rgb(5,1,94); }
H1.HeaderClassName
{
color: #05015E;
}
.AnyTagClassName
{
color: #05015E;
}
</style>
background-color css
<style>
a { background-color: #05015E; }
a { background-color: rgb(5,1,94); }
div.DivClassName
{
background-color: #05015E;
}
.BgClassName
{
background-color: #05015E;
}
</style>
border-color css
<style>
span { border-color: #05015E; }
span { border-color: rgb(5,1,94); }
td.TdClassName
{
border-color: #05015E;
}
.TagClassName
{
border-color: #05015E;
}
</style>