Shades of Navy #05016D
Tints of Navy #05016D
RGB
CMYK
RGB Variations
Color information
#05016D (or 0x05016D) is known color: Navy. HEX triplet: 05, 01 and 6D. RGB value is (5,1,109). Sum of RGB (Red+Green+Blue) = 5+1+109=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 109 (42.97% from 255 or 94.78% from 115); Max value from RGB is 109 - color contains mainly: blue. Hex color #05016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05016D is #FAFE92. Grayscale: #0E0E0E. Windows color (decimal): -16449171 or 7143685. OLE color: 7143685.
HSL color Cylindrical-coordinate representation of color #05016D: hue angle of 242.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05016D is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 1 | 109 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.57 |
| HSL | 242.22º | 0.98% | 0.22% | - |
| HSV(B) | 242.22º | 0.99% | 0.43% | - |
| XYZ | 2.83 | 1.16 | 14.54 | - |
| YUV | 14.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 109 | 0.95 | 0.99 | 0 | 0.57 | 242.22 | 0.98 | 0.22 |
| Hex | 5 | 1 | 6D | 5F | 63 | 0 | 39 | F2 | 62 | 16 |
| Octal | 5 | 1 | 155 | 137 | 143 | 0 | 71 | 362 | 142 | 26 |
| Binary | 101 | 1 | 1101101 | 1011111 | 1100011 | 0 | 111001 | 11110010 | 1100010 | 10110 |
Color Harmonies of #05016D
Complementary color
Monochromatic Colors of #05016D
Black with #05016D
Text Example
Text Example
White with #05016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05016D; }
p { color: rgb(5,1,109); }
H1.HeaderClassName
{
color: #05016D;
}
.AnyTagClassName
{
color: #05016D;
}
</style>
background-color css
<style>
a { background-color: #05016D; }
a { background-color: rgb(5,1,109); }
div.DivClassName
{
background-color: #05016D;
}
.BgClassName
{
background-color: #05016D;
}
</style>
border-color css
<style>
span { border-color: #05016D; }
span { border-color: rgb(5,1,109); }
td.TdClassName
{
border-color: #05016D;
}
.TagClassName
{
border-color: #05016D;
}
</style>