Shades of Navy #051076
Tints of Navy #051076
RGB
CMYK
RGB Variations
Color information
#051076 (or 0x051076) is known color: Navy. HEX triplet: 05, 10 and 76. RGB value is (5,16,118). Sum of RGB (Red+Green+Blue) = 5+16+118=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #051076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051076 is #FAEF89. Grayscale: #171717. Windows color (decimal): -16445322 or 7737349. OLE color: 7737349.
HSL color Cylindrical-coordinate representation of color #051076: hue angle of 234.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051076 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 16 | 118 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.54 |
| HSL | 234.16º | 0.92% | 0.24% | - |
| HSV(B) | 234.16º | 0.96% | 0.46% | - |
| XYZ | 3.52 | 1.71 | 17.28 | - |
| YUV | 24.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 118 | 0.96 | 0.86 | 0 | 0.54 | 234.16 | 0.92 | 0.24 |
| Hex | 5 | 10 | 76 | 60 | 56 | 0 | 36 | EA | 5C | 18 |
| Octal | 5 | 20 | 166 | 140 | 126 | 0 | 66 | 352 | 134 | 30 |
| Binary | 101 | 10000 | 1110110 | 1100000 | 1010110 | 0 | 110110 | 11101010 | 1011100 | 11000 |
Color Harmonies of #051076
Complementary color
Monochromatic Colors of #051076
Black with #051076
Text Example
Text Example
White with #051076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051076; }
p { color: rgb(5,16,118); }
H1.HeaderClassName
{
color: #051076;
}
.AnyTagClassName
{
color: #051076;
}
</style>
background-color css
<style>
a { background-color: #051076; }
a { background-color: rgb(5,16,118); }
div.DivClassName
{
background-color: #051076;
}
.BgClassName
{
background-color: #051076;
}
</style>
border-color css
<style>
span { border-color: #051076; }
span { border-color: rgb(5,16,118); }
td.TdClassName
{
border-color: #051076;
}
.TagClassName
{
border-color: #051076;
}
</style>