Shades of Navy #051983
Tints of Navy #051983
RGB
CMYK
RGB Variations
Color information
#051983 (or 0x051983) is known color: Navy. HEX triplet: 05, 19 and 83. RGB value is (5,25,131). Sum of RGB (Red+Green+Blue) = 5+25+131=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #051983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051983 is #FAE67C. Grayscale: #1E1E1E. Windows color (decimal): -16443005 or 8591621. OLE color: 8591621.
HSL color Cylindrical-coordinate representation of color #051983: hue angle of 230.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051983 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 25 | 131 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.49 |
| HSL | 230.48º | 0.93% | 0.27% | - |
| HSV(B) | 230.48º | 0.96% | 0.51% | - |
| XYZ | 4.51 | 2.37 | 21.69 | - |
| YUV | 31.1 | 184.37 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 131 | 0.96 | 0.81 | 0 | 0.49 | 230.48 | 0.93 | 0.27 |
| Hex | 5 | 19 | 83 | 60 | 51 | 0 | 31 | E6 | 5D | 1B |
| Octal | 5 | 31 | 203 | 140 | 121 | 0 | 61 | 346 | 135 | 33 |
| Binary | 101 | 11001 | 10000011 | 1100000 | 1010001 | 0 | 110001 | 11100110 | 1011101 | 11011 |
Color Harmonies of #051983
Complementary color
Monochromatic Colors of #051983
Black with #051983
Text Example
Text Example
White with #051983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051983; }
p { color: rgb(5,25,131); }
H1.HeaderClassName
{
color: #051983;
}
.AnyTagClassName
{
color: #051983;
}
</style>
background-color css
<style>
a { background-color: #051983; }
a { background-color: rgb(5,25,131); }
div.DivClassName
{
background-color: #051983;
}
.BgClassName
{
background-color: #051983;
}
</style>
border-color css
<style>
span { border-color: #051983; }
span { border-color: rgb(5,25,131); }
td.TdClassName
{
border-color: #051983;
}
.TagClassName
{
border-color: #051983;
}
</style>