Shades of Navy #050873
Tints of Navy #050873
RGB
CMYK
RGB Variations
Color information
#050873 (or 0x050873) is known color: Navy. HEX triplet: 05, 08 and 73. RGB value is (5,8,115). Sum of RGB (Red+Green+Blue) = 5+8+115=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #050873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050873 is #FAF78C. Grayscale: #121212. Windows color (decimal): -16447373 or 7538693. OLE color: 7538693.
HSL color Cylindrical-coordinate representation of color #050873: hue angle of 238.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050873 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 8 | 115 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.55 |
| HSL | 238.36º | 0.92% | 0.24% | - |
| HSV(B) | 238.36º | 0.96% | 0.45% | - |
| XYZ | 3.24 | 1.44 | 16.33 | - |
| YUV | 19.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 115 | 0.96 | 0.93 | 0 | 0.55 | 238.36 | 0.92 | 0.24 |
| Hex | 5 | 8 | 73 | 60 | 5D | 0 | 37 | EE | 5C | 18 |
| Octal | 5 | 10 | 163 | 140 | 135 | 0 | 67 | 356 | 134 | 30 |
| Binary | 101 | 1000 | 1110011 | 1100000 | 1011101 | 0 | 110111 | 11101110 | 1011100 | 11000 |
Color Harmonies of #050873
Complementary color
Monochromatic Colors of #050873
Black with #050873
Text Example
Text Example
White with #050873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050873; }
p { color: rgb(5,8,115); }
H1.HeaderClassName
{
color: #050873;
}
.AnyTagClassName
{
color: #050873;
}
</style>
background-color css
<style>
a { background-color: #050873; }
a { background-color: rgb(5,8,115); }
div.DivClassName
{
background-color: #050873;
}
.BgClassName
{
background-color: #050873;
}
</style>
border-color css
<style>
span { border-color: #050873; }
span { border-color: rgb(5,8,115); }
td.TdClassName
{
border-color: #050873;
}
.TagClassName
{
border-color: #050873;
}
</style>