Shades of Navy #051781
Tints of Navy #051781
RGB
CMYK
RGB Variations
Color information
#051781 (or 0x051781) is known color: Navy. HEX triplet: 05, 17 and 81. RGB value is (5,23,129). Sum of RGB (Red+Green+Blue) = 5+23+129=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #051781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051781 is #FAE87E. Grayscale: #1D1D1D. Windows color (decimal): -16443519 or 8460037. OLE color: 8460037.
HSL color Cylindrical-coordinate representation of color #051781: hue angle of 231.29º 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 #051781 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 23 | 129 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.49 |
| HSL | 231.29º | 0.93% | 0.26% | - |
| HSV(B) | 231.29º | 0.96% | 0.51% | - |
| XYZ | 4.33 | 2.23 | 20.97 | - |
| YUV | 29.7 | 184.04 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 129 | 0.96 | 0.82 | 0 | 0.49 | 231.29 | 0.93 | 0.26 |
| Hex | 5 | 17 | 81 | 60 | 52 | 0 | 31 | E7 | 5D | 1A |
| Octal | 5 | 27 | 201 | 140 | 122 | 0 | 61 | 347 | 135 | 32 |
| Binary | 101 | 10111 | 10000001 | 1100000 | 1010010 | 0 | 110001 | 11100111 | 1011101 | 11010 |
Color Harmonies of #051781
Complementary color
Monochromatic Colors of #051781
Black with #051781
Text Example
Text Example
White with #051781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051781; }
p { color: rgb(5,23,129); }
H1.HeaderClassName
{
color: #051781;
}
.AnyTagClassName
{
color: #051781;
}
</style>
background-color css
<style>
a { background-color: #051781; }
a { background-color: rgb(5,23,129); }
div.DivClassName
{
background-color: #051781;
}
.BgClassName
{
background-color: #051781;
}
</style>
border-color css
<style>
span { border-color: #051781; }
span { border-color: rgb(5,23,129); }
td.TdClassName
{
border-color: #051781;
}
.TagClassName
{
border-color: #051781;
}
</style>