Shades of Navy #050172
Tints of Navy #050172
RGB
CMYK
RGB Variations
Color information
#050172 (or 0x050172) is known color: Navy. HEX triplet: 05, 01 and 72. RGB value is (5,1,114). Sum of RGB (Red+Green+Blue) = 5+1+114=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #050172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050172 is #FAFE8D. Grayscale: #0E0E0E. Windows color (decimal): -16449166 or 7471365. OLE color: 7471365.
HSL color Cylindrical-coordinate representation of color #050172: hue angle of 242.12º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050172 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 1 | 114 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.55 |
| HSL | 242.12º | 0.98% | 0.23% | - |
| HSV(B) | 242.12º | 0.99% | 0.45% | - |
| XYZ | 3.11 | 1.27 | 16 | - |
| YUV | 15.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 114 | 0.96 | 0.99 | 0 | 0.55 | 242.12 | 0.98 | 0.23 |
| Hex | 5 | 1 | 72 | 60 | 63 | 0 | 37 | F2 | 62 | 17 |
| Octal | 5 | 1 | 162 | 140 | 143 | 0 | 67 | 362 | 142 | 27 |
| Binary | 101 | 1 | 1110010 | 1100000 | 1100011 | 0 | 110111 | 11110010 | 1100010 | 10111 |
Color Harmonies of #050172
Complementary color
Monochromatic Colors of #050172
Black with #050172
Text Example
Text Example
White with #050172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050172; }
p { color: rgb(5,1,114); }
H1.HeaderClassName
{
color: #050172;
}
.AnyTagClassName
{
color: #050172;
}
</style>
background-color css
<style>
a { background-color: #050172; }
a { background-color: rgb(5,1,114); }
div.DivClassName
{
background-color: #050172;
}
.BgClassName
{
background-color: #050172;
}
</style>
border-color css
<style>
span { border-color: #050172; }
span { border-color: rgb(5,1,114); }
td.TdClassName
{
border-color: #050172;
}
.TagClassName
{
border-color: #050172;
}
</style>