Shades of Navy #051581
Tints of Navy #051581
RGB
CMYK
RGB Variations
Color information
#051581 (or 0x051581) is known color: Navy. HEX triplet: 05, 15 and 81. RGB value is (5,21,129). Sum of RGB (Red+Green+Blue) = 5+21+129=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #051581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051581 is #FAEA7E. Grayscale: #1C1C1C. Windows color (decimal): -16444031 or 8459525. OLE color: 8459525.
HSL color Cylindrical-coordinate representation of color #051581: hue angle of 232.26º 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 #051581 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 21 | 129 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.49 |
| HSL | 232.26º | 0.93% | 0.26% | - |
| HSV(B) | 232.26º | 0.96% | 0.51% | - |
| XYZ | 4.29 | 2.15 | 20.96 | - |
| YUV | 28.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 129 | 0.96 | 0.84 | 0 | 0.49 | 232.26 | 0.93 | 0.26 |
| Hex | 5 | 15 | 81 | 60 | 54 | 0 | 31 | E8 | 5D | 1A |
| Octal | 5 | 25 | 201 | 140 | 124 | 0 | 61 | 350 | 135 | 32 |
| Binary | 101 | 10101 | 10000001 | 1100000 | 1010100 | 0 | 110001 | 11101000 | 1011101 | 11010 |
Color Harmonies of #051581
Complementary color
Monochromatic Colors of #051581
Black with #051581
Text Example
Text Example
White with #051581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051581; }
p { color: rgb(5,21,129); }
H1.HeaderClassName
{
color: #051581;
}
.AnyTagClassName
{
color: #051581;
}
</style>
background-color css
<style>
a { background-color: #051581; }
a { background-color: rgb(5,21,129); }
div.DivClassName
{
background-color: #051581;
}
.BgClassName
{
background-color: #051581;
}
</style>
border-color css
<style>
span { border-color: #051581; }
span { border-color: rgb(5,21,129); }
td.TdClassName
{
border-color: #051581;
}
.TagClassName
{
border-color: #051581;
}
</style>