Shades of Navy #05015B
Tints of Navy #05015B
RGB
CMYK
RGB Variations
Color information
#05015B (or 0x05015B) is known color: Navy. HEX triplet: 05, 01 and 5B. RGB value is (5,1,91). Sum of RGB (Red+Green+Blue) = 5+1+91=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 91 (35.94% from 255 or 93.81% from 97); Max value from RGB is 91 - color contains mainly: blue. Hex color #05015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05015B is #FAFEA4. Grayscale: #0C0C0C. Windows color (decimal): -16449189 or 5964037. OLE color: 5964037.
HSL color Cylindrical-coordinate representation of color #05015B: hue angle of 242.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05015B is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 1 | 91 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.64 |
| HSL | 242.67º | 0.98% | 0.18% | - |
| HSV(B) | 242.67º | 0.99% | 0.36% | - |
| XYZ | 1.96 | 0.81 | 9.95 | - |
| YUV | 12.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 91 | 0.95 | 0.99 | 0 | 0.64 | 242.67 | 0.98 | 0.18 |
| Hex | 5 | 1 | 5B | 5F | 63 | 0 | 40 | F3 | 62 | 12 |
| Octal | 5 | 1 | 133 | 137 | 143 | 0 | 100 | 363 | 142 | 22 |
| Binary | 101 | 1 | 1011011 | 1011111 | 1100011 | 0 | 1000000 | 11110011 | 1100010 | 10010 |
Color Harmonies of #05015B
Complementary color
Monochromatic Colors of #05015B
Black with #05015B
Text Example
Text Example
White with #05015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05015B; }
p { color: rgb(5,1,91); }
H1.HeaderClassName
{
color: #05015B;
}
.AnyTagClassName
{
color: #05015B;
}
</style>
background-color css
<style>
a { background-color: #05015B; }
a { background-color: rgb(5,1,91); }
div.DivClassName
{
background-color: #05015B;
}
.BgClassName
{
background-color: #05015B;
}
</style>
border-color css
<style>
span { border-color: #05015B; }
span { border-color: rgb(5,1,91); }
td.TdClassName
{
border-color: #05015B;
}
.TagClassName
{
border-color: #05015B;
}
</style>