Shades of Navy #050D80
Tints of Navy #050D80
RGB
CMYK
RGB Variations
Color information
#050D80 (or 0x050D80) is known color: Navy. HEX triplet: 05, 0D and 80. RGB value is (5,13,128). Sum of RGB (Red+Green+Blue) = 5+13+128=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 128 (50.39% from 255 or 87.67% from 146); Max value from RGB is 128 - color contains mainly: blue. Hex color #050D80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D80 is #FAF27F. Grayscale: #171717. Windows color (decimal): -16446080 or 8391941. OLE color: 8391941.
HSL color Cylindrical-coordinate representation of color #050D80: hue angle of 236.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D80 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 13 | 128 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.50 |
| HSL | 236.1º | 0.92% | 0.26% | - |
| HSV(B) | 236.1º | 0.96% | 0.5% | - |
| XYZ | 4.1 | 1.88 | 20.57 | - |
| YUV | 23.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 128 | 0.96 | 0.90 | 0 | 0.50 | 236.1 | 0.92 | 0.26 |
| Hex | 5 | D | 80 | 60 | 5A | 0 | 32 | EC | 5C | 1A |
| Octal | 5 | 15 | 200 | 140 | 132 | 0 | 62 | 354 | 134 | 32 |
| Binary | 101 | 1101 | 10000000 | 1100000 | 1011010 | 0 | 110010 | 11101100 | 1011100 | 11010 |
Color Harmonies of #050D80
Complementary color
Monochromatic Colors of #050D80
Black with #050D80
Text Example
Text Example
White with #050D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D80; }
p { color: rgb(5,13,128); }
H1.HeaderClassName
{
color: #050D80;
}
.AnyTagClassName
{
color: #050D80;
}
</style>
background-color css
<style>
a { background-color: #050D80; }
a { background-color: rgb(5,13,128); }
div.DivClassName
{
background-color: #050D80;
}
.BgClassName
{
background-color: #050D80;
}
</style>
border-color css
<style>
span { border-color: #050D80; }
span { border-color: rgb(5,13,128); }
td.TdClassName
{
border-color: #050D80;
}
.TagClassName
{
border-color: #050D80;
}
</style>