Shades of Navy #050673
Tints of Navy #050673
RGB
CMYK
RGB Variations
Color information
#050673 (or 0x050673) is known color: Navy. HEX triplet: 05, 06 and 73. RGB value is (5,6,115). Sum of RGB (Red+Green+Blue) = 5+6+115=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #050673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050673 is #FAF98C. Grayscale: #111111. Windows color (decimal): -16447885 or 7538181. OLE color: 7538181.
HSL color Cylindrical-coordinate representation of color #050673: hue angle of 239.45º 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 #050673 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 6 | 115 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.55 |
| HSL | 239.45º | 0.92% | 0.24% | - |
| HSV(B) | 239.45º | 0.96% | 0.45% | - |
| XYZ | 3.22 | 1.4 | 16.32 | - |
| YUV | 18.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 115 | 0.96 | 0.95 | 0 | 0.55 | 239.45 | 0.92 | 0.24 |
| Hex | 5 | 6 | 73 | 60 | 5F | 0 | 37 | EF | 5C | 18 |
| Octal | 5 | 6 | 163 | 140 | 137 | 0 | 67 | 357 | 134 | 30 |
| Binary | 101 | 110 | 1110011 | 1100000 | 1011111 | 0 | 110111 | 11101111 | 1011100 | 11000 |
Color Harmonies of #050673
Complementary color
Monochromatic Colors of #050673
Black with #050673
Text Example
Text Example
White with #050673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050673; }
p { color: rgb(5,6,115); }
H1.HeaderClassName
{
color: #050673;
}
.AnyTagClassName
{
color: #050673;
}
</style>
background-color css
<style>
a { background-color: #050673; }
a { background-color: rgb(5,6,115); }
div.DivClassName
{
background-color: #050673;
}
.BgClassName
{
background-color: #050673;
}
</style>
border-color css
<style>
span { border-color: #050673; }
span { border-color: rgb(5,6,115); }
td.TdClassName
{
border-color: #050673;
}
.TagClassName
{
border-color: #050673;
}
</style>