Shades of Navy #05016F
Tints of Navy #05016F
RGB
CMYK
RGB Variations
Color information
#05016F (or 0x05016F) is known color: Navy. HEX triplet: 05, 01 and 6F. RGB value is (5,1,111). Sum of RGB (Red+Green+Blue) = 5+1+111=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #05016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05016F is #FAFE90. Grayscale: #0E0E0E. Windows color (decimal): -16449169 or 7274757. OLE color: 7274757.
HSL color Cylindrical-coordinate representation of color #05016F: hue angle of 242.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05016F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 1 | 111 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.56 |
| HSL | 242.18º | 0.98% | 0.22% | - |
| HSV(B) | 242.18º | 0.99% | 0.44% | - |
| XYZ | 2.94 | 1.2 | 15.12 | - |
| YUV | 14.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 111 | 0.95 | 0.99 | 0 | 0.56 | 242.18 | 0.98 | 0.22 |
| Hex | 5 | 1 | 6F | 5F | 63 | 0 | 38 | F2 | 62 | 16 |
| Octal | 5 | 1 | 157 | 137 | 143 | 0 | 70 | 362 | 142 | 26 |
| Binary | 101 | 1 | 1101111 | 1011111 | 1100011 | 0 | 111000 | 11110010 | 1100010 | 10110 |
Color Harmonies of #05016F
Complementary color
Monochromatic Colors of #05016F
Black with #05016F
Text Example
Text Example
White with #05016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05016F; }
p { color: rgb(5,1,111); }
H1.HeaderClassName
{
color: #05016F;
}
.AnyTagClassName
{
color: #05016F;
}
</style>
background-color css
<style>
a { background-color: #05016F; }
a { background-color: rgb(5,1,111); }
div.DivClassName
{
background-color: #05016F;
}
.BgClassName
{
background-color: #05016F;
}
</style>
border-color css
<style>
span { border-color: #05016F; }
span { border-color: rgb(5,1,111); }
td.TdClassName
{
border-color: #05016F;
}
.TagClassName
{
border-color: #05016F;
}
</style>