Shades of Navy #05015F
Tints of Navy #05015F
RGB
CMYK
RGB Variations
Color information
#05015F (or 0x05015F) is known color: Navy. HEX triplet: 05, 01 and 5F. RGB value is (5,1,95). Sum of RGB (Red+Green+Blue) = 5+1+95=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 95 (37.5% from 255 or 94.06% from 101); Max value from RGB is 95 - color contains mainly: blue. Hex color #05015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05015F is #FAFEA0. Grayscale: #0C0C0C. Windows color (decimal): -16449185 or 6226181. OLE color: 6226181.
HSL color Cylindrical-coordinate representation of color #05015F: hue angle of 242.55º 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 #05015F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 1 | 95 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.63 |
| HSL | 242.55º | 0.98% | 0.19% | - |
| HSV(B) | 242.55º | 0.99% | 0.37% | - |
| XYZ | 2.14 | 0.88 | 10.88 | - |
| YUV | 12.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 95 | 0.95 | 0.99 | 0 | 0.63 | 242.55 | 0.98 | 0.19 |
| Hex | 5 | 1 | 5F | 5F | 63 | 0 | 3F | F3 | 62 | 13 |
| Octal | 5 | 1 | 137 | 137 | 143 | 0 | 77 | 363 | 142 | 23 |
| Binary | 101 | 1 | 1011111 | 1011111 | 1100011 | 0 | 111111 | 11110011 | 1100010 | 10011 |
Color Harmonies of #05015F
Complementary color
Monochromatic Colors of #05015F
Black with #05015F
Text Example
Text Example
White with #05015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05015F; }
p { color: rgb(5,1,95); }
H1.HeaderClassName
{
color: #05015F;
}
.AnyTagClassName
{
color: #05015F;
}
</style>
background-color css
<style>
a { background-color: #05015F; }
a { background-color: rgb(5,1,95); }
div.DivClassName
{
background-color: #05015F;
}
.BgClassName
{
background-color: #05015F;
}
</style>
border-color css
<style>
span { border-color: #05015F; }
span { border-color: rgb(5,1,95); }
td.TdClassName
{
border-color: #05015F;
}
.TagClassName
{
border-color: #05015F;
}
</style>