Shades of Navy #050174
Tints of Navy #050174
RGB
CMYK
RGB Variations
Color information
#050174 (or 0x050174) is known color: Navy. HEX triplet: 05, 01 and 74. RGB value is (5,1,116). Sum of RGB (Red+Green+Blue) = 5+1+116=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #050174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050174 is #FAFE8B. Grayscale: #0E0E0E. Windows color (decimal): -16449164 or 7602437. OLE color: 7602437.
HSL color Cylindrical-coordinate representation of color #050174: hue angle of 242.09º 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 #050174 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 1 | 116 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.55 |
| HSL | 242.09º | 0.98% | 0.23% | - |
| HSV(B) | 242.09º | 0.99% | 0.45% | - |
| XYZ | 3.23 | 1.31 | 16.61 | - |
| YUV | 15.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 116 | 0.96 | 0.99 | 0 | 0.55 | 242.09 | 0.98 | 0.23 |
| Hex | 5 | 1 | 74 | 60 | 63 | 0 | 37 | F2 | 62 | 17 |
| Octal | 5 | 1 | 164 | 140 | 143 | 0 | 67 | 362 | 142 | 27 |
| Binary | 101 | 1 | 1110100 | 1100000 | 1100011 | 0 | 110111 | 11110010 | 1100010 | 10111 |
Color Harmonies of #050174
Complementary color
Monochromatic Colors of #050174
Black with #050174
Text Example
Text Example
White with #050174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050174; }
p { color: rgb(5,1,116); }
H1.HeaderClassName
{
color: #050174;
}
.AnyTagClassName
{
color: #050174;
}
</style>
background-color css
<style>
a { background-color: #050174; }
a { background-color: rgb(5,1,116); }
div.DivClassName
{
background-color: #050174;
}
.BgClassName
{
background-color: #050174;
}
</style>
border-color css
<style>
span { border-color: #050174; }
span { border-color: rgb(5,1,116); }
td.TdClassName
{
border-color: #050174;
}
.TagClassName
{
border-color: #050174;
}
</style>