Shades of Navy #110175
Tints of Navy #110175
RGB
CMYK
RGB Variations
Color information
#110175 (or 0x110175) is known color: Navy. HEX triplet: 11, 01 and 75. RGB value is (17,1,117). Sum of RGB (Red+Green+Blue) = 17+1+117=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #110175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110175 is #EEFE8A. Grayscale: #121212. Windows color (decimal): -15662731 or 7667985. OLE color: 7667985.
HSL color Cylindrical-coordinate representation of color #110175: hue angle of 248.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110175 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 1 | 117 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.54 |
| HSL | 248.28º | 0.98% | 0.23% | - |
| HSV(B) | 248.28º | 0.99% | 0.46% | - |
| XYZ | 3.45 | 1.43 | 16.92 | - |
| YUV | 19.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 117 | 0.85 | 0.99 | 0 | 0.54 | 248.28 | 0.98 | 0.23 |
| Hex | 11 | 1 | 75 | 55 | 63 | 0 | 36 | F8 | 62 | 17 |
| Octal | 21 | 1 | 165 | 125 | 143 | 0 | 66 | 370 | 142 | 27 |
| Binary | 10001 | 1 | 1110101 | 1010101 | 1100011 | 0 | 110110 | 11111000 | 1100010 | 10111 |
Color Harmonies of #110175
Complementary color
Monochromatic Colors of #110175
Black with #110175
Text Example
Text Example
White with #110175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110175; }
p { color: rgb(17,1,117); }
H1.HeaderClassName
{
color: #110175;
}
.AnyTagClassName
{
color: #110175;
}
</style>
background-color css
<style>
a { background-color: #110175; }
a { background-color: rgb(17,1,117); }
div.DivClassName
{
background-color: #110175;
}
.BgClassName
{
background-color: #110175;
}
</style>
border-color css
<style>
span { border-color: #110175; }
span { border-color: rgb(17,1,117); }
td.TdClassName
{
border-color: #110175;
}
.TagClassName
{
border-color: #110175;
}
</style>