Shades of Navy #051177
Tints of Navy #051177
RGB
CMYK
RGB Variations
Color information
#051177 (or 0x051177) is known color: Navy. HEX triplet: 05, 11 and 77. RGB value is (5,17,119). Sum of RGB (Red+Green+Blue) = 5+17+119=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #051177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051177 is #FAEE88. Grayscale: #181818. Windows color (decimal): -16445065 or 7803141. OLE color: 7803141.
HSL color Cylindrical-coordinate representation of color #051177: hue angle of 233.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051177 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 17 | 119 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.53 |
| HSL | 233.68º | 0.92% | 0.24% | - |
| HSV(B) | 233.68º | 0.96% | 0.47% | - |
| XYZ | 3.59 | 1.77 | 17.6 | - |
| YUV | 25.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 119 | 0.96 | 0.86 | 0 | 0.53 | 233.68 | 0.92 | 0.24 |
| Hex | 5 | 11 | 77 | 60 | 56 | 0 | 35 | EA | 5C | 18 |
| Octal | 5 | 21 | 167 | 140 | 126 | 0 | 65 | 352 | 134 | 30 |
| Binary | 101 | 10001 | 1110111 | 1100000 | 1010110 | 0 | 110101 | 11101010 | 1011100 | 11000 |
Color Harmonies of #051177
Complementary color
Monochromatic Colors of #051177
Black with #051177
Text Example
Text Example
White with #051177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051177; }
p { color: rgb(5,17,119); }
H1.HeaderClassName
{
color: #051177;
}
.AnyTagClassName
{
color: #051177;
}
</style>
background-color css
<style>
a { background-color: #051177; }
a { background-color: rgb(5,17,119); }
div.DivClassName
{
background-color: #051177;
}
.BgClassName
{
background-color: #051177;
}
</style>
border-color css
<style>
span { border-color: #051177; }
span { border-color: rgb(5,17,119); }
td.TdClassName
{
border-color: #051177;
}
.TagClassName
{
border-color: #051177;
}
</style>