Shades of Navy #051079
Tints of Navy #051079
RGB
CMYK
RGB Variations
Color information
#051079 (or 0x051079) is known color: Navy. HEX triplet: 05, 10 and 79. RGB value is (5,16,121). Sum of RGB (Red+Green+Blue) = 5+16+121=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #051079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051079 is #FAEF86. Grayscale: #181818. Windows color (decimal): -16445319 or 7933957. OLE color: 7933957.
HSL color Cylindrical-coordinate representation of color #051079: hue angle of 234.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051079 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 16 | 121 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.53 |
| HSL | 234.31º | 0.92% | 0.25% | - |
| HSV(B) | 234.31º | 0.96% | 0.47% | - |
| XYZ | 3.7 | 1.78 | 18.24 | - |
| YUV | 24.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 121 | 0.96 | 0.87 | 0 | 0.53 | 234.31 | 0.92 | 0.25 |
| Hex | 5 | 10 | 79 | 60 | 57 | 0 | 35 | EA | 5C | 19 |
| Octal | 5 | 20 | 171 | 140 | 127 | 0 | 65 | 352 | 134 | 31 |
| Binary | 101 | 10000 | 1111001 | 1100000 | 1010111 | 0 | 110101 | 11101010 | 1011100 | 11001 |
Color Harmonies of #051079
Complementary color
Monochromatic Colors of #051079
Black with #051079
Text Example
Text Example
White with #051079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051079; }
p { color: rgb(5,16,121); }
H1.HeaderClassName
{
color: #051079;
}
.AnyTagClassName
{
color: #051079;
}
</style>
background-color css
<style>
a { background-color: #051079; }
a { background-color: rgb(5,16,121); }
div.DivClassName
{
background-color: #051079;
}
.BgClassName
{
background-color: #051079;
}
</style>
border-color css
<style>
span { border-color: #051079; }
span { border-color: rgb(5,16,121); }
td.TdClassName
{
border-color: #051079;
}
.TagClassName
{
border-color: #051079;
}
</style>