Shades of Navy #051882
Tints of Navy #051882
RGB
CMYK
RGB Variations
Color information
#051882 (or 0x051882) is known color: Navy. HEX triplet: 05, 18 and 82. RGB value is (5,24,130). Sum of RGB (Red+Green+Blue) = 5+24+130=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #051882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051882 is #FAE77D. Grayscale: #1D1D1D. Windows color (decimal): -16443262 or 8525829. OLE color: 8525829.
HSL color Cylindrical-coordinate representation of color #051882: hue angle of 230.88º 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 #051882 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 24 | 130 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.49 |
| HSL | 230.88º | 0.93% | 0.26% | - |
| HSV(B) | 230.88º | 0.96% | 0.51% | - |
| XYZ | 4.42 | 2.3 | 21.33 | - |
| YUV | 30.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 130 | 0.96 | 0.82 | 0 | 0.49 | 230.88 | 0.93 | 0.26 |
| Hex | 5 | 18 | 82 | 60 | 52 | 0 | 31 | E7 | 5D | 1A |
| Octal | 5 | 30 | 202 | 140 | 122 | 0 | 61 | 347 | 135 | 32 |
| Binary | 101 | 11000 | 10000010 | 1100000 | 1010010 | 0 | 110001 | 11100111 | 1011101 | 11010 |
Color Harmonies of #051882
Complementary color
Monochromatic Colors of #051882
Black with #051882
Text Example
Text Example
White with #051882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051882; }
p { color: rgb(5,24,130); }
H1.HeaderClassName
{
color: #051882;
}
.AnyTagClassName
{
color: #051882;
}
</style>
background-color css
<style>
a { background-color: #051882; }
a { background-color: rgb(5,24,130); }
div.DivClassName
{
background-color: #051882;
}
.BgClassName
{
background-color: #051882;
}
</style>
border-color css
<style>
span { border-color: #051882; }
span { border-color: rgb(5,24,130); }
td.TdClassName
{
border-color: #051882;
}
.TagClassName
{
border-color: #051882;
}
</style>