Shades of Navy #051682
Tints of Navy #051682
RGB
CMYK
RGB Variations
Color information
#051682 (or 0x051682) is known color: Navy. HEX triplet: 05, 16 and 82. RGB value is (5,22,130). Sum of RGB (Red+Green+Blue) = 5+22+130=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #051682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051682 is #FAE97D. Grayscale: #1C1C1C. Windows color (decimal): -16443774 or 8525317. OLE color: 8525317.
HSL color Cylindrical-coordinate representation of color #051682: hue angle of 231.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051682 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 22 | 130 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.49 |
| HSL | 231.84º | 0.93% | 0.26% | - |
| HSV(B) | 231.84º | 0.96% | 0.51% | - |
| XYZ | 4.38 | 2.22 | 21.32 | - |
| YUV | 29.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 130 | 0.96 | 0.83 | 0 | 0.49 | 231.84 | 0.93 | 0.26 |
| Hex | 5 | 16 | 82 | 60 | 53 | 0 | 31 | E8 | 5D | 1A |
| Octal | 5 | 26 | 202 | 140 | 123 | 0 | 61 | 350 | 135 | 32 |
| Binary | 101 | 10110 | 10000010 | 1100000 | 1010011 | 0 | 110001 | 11101000 | 1011101 | 11010 |
Color Harmonies of #051682
Complementary color
Monochromatic Colors of #051682
Black with #051682
Text Example
Text Example
White with #051682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051682; }
p { color: rgb(5,22,130); }
H1.HeaderClassName
{
color: #051682;
}
.AnyTagClassName
{
color: #051682;
}
</style>
background-color css
<style>
a { background-color: #051682; }
a { background-color: rgb(5,22,130); }
div.DivClassName
{
background-color: #051682;
}
.BgClassName
{
background-color: #051682;
}
</style>
border-color css
<style>
span { border-color: #051682; }
span { border-color: rgb(5,22,130); }
td.TdClassName
{
border-color: #051682;
}
.TagClassName
{
border-color: #051682;
}
</style>