Shades of Navy #050180
Tints of Navy #050180
RGB
CMYK
RGB Variations
Color information
#050180 (or 0x050180) is known color: Navy. HEX triplet: 05, 01 and 80. RGB value is (5,1,128). Sum of RGB (Red+Green+Blue) = 5+1+128=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 128 (50.39% from 255 or 95.52% from 134); Max value from RGB is 128 - color contains mainly: blue. Hex color #050180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050180 is #FAFE7F. Grayscale: #101010. Windows color (decimal): -16449152 or 8388869. OLE color: 8388869.
HSL color Cylindrical-coordinate representation of color #050180: hue angle of 241.89º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050180 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 1 | 128 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.50 |
| HSL | 241.89º | 0.98% | 0.25% | - |
| HSV(B) | 241.89º | 0.99% | 0.5% | - |
| XYZ | 3.97 | 1.61 | 20.52 | - |
| YUV | 16.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 128 | 0.96 | 0.99 | 0 | 0.50 | 241.89 | 0.98 | 0.25 |
| Hex | 5 | 1 | 80 | 60 | 63 | 0 | 32 | F2 | 62 | 19 |
| Octal | 5 | 1 | 200 | 140 | 143 | 0 | 62 | 362 | 142 | 31 |
| Binary | 101 | 1 | 10000000 | 1100000 | 1100011 | 0 | 110010 | 11110010 | 1100010 | 11001 |
Color Harmonies of #050180
Complementary color
Monochromatic Colors of #050180
Black with #050180
Text Example
Text Example
White with #050180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050180; }
p { color: rgb(5,1,128); }
H1.HeaderClassName
{
color: #050180;
}
.AnyTagClassName
{
color: #050180;
}
</style>
background-color css
<style>
a { background-color: #050180; }
a { background-color: rgb(5,1,128); }
div.DivClassName
{
background-color: #050180;
}
.BgClassName
{
background-color: #050180;
}
</style>
border-color css
<style>
span { border-color: #050180; }
span { border-color: rgb(5,1,128); }
td.TdClassName
{
border-color: #050180;
}
.TagClassName
{
border-color: #050180;
}
</style>