Shades of Navy #11017B
Tints of Navy #11017B
RGB
CMYK
RGB Variations
Color information
#11017B (or 0x11017B) is known color: Navy. HEX triplet: 11, 01 and 7B. RGB value is (17,1,123). Sum of RGB (Red+Green+Blue) = 17+1+123=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #11017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11017B is #EEFE84. Grayscale: #131313. Windows color (decimal): -15662725 or 8061201. OLE color: 8061201.
HSL color Cylindrical-coordinate representation of color #11017B: hue angle of 247.87º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11017B is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 1 | 123 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.52 |
| HSL | 247.87º | 0.98% | 0.24% | - |
| HSV(B) | 247.87º | 0.99% | 0.48% | - |
| XYZ | 3.82 | 1.57 | 18.84 | - |
| YUV | 19.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 123 | 0.86 | 0.99 | 0 | 0.52 | 247.87 | 0.98 | 0.24 |
| Hex | 11 | 1 | 7B | 56 | 63 | 0 | 34 | F8 | 62 | 18 |
| Octal | 21 | 1 | 173 | 126 | 143 | 0 | 64 | 370 | 142 | 30 |
| Binary | 10001 | 1 | 1111011 | 1010110 | 1100011 | 0 | 110100 | 11111000 | 1100010 | 11000 |
Color Harmonies of #11017B
Complementary color
Monochromatic Colors of #11017B
Black with #11017B
Text Example
Text Example
White with #11017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11017B; }
p { color: rgb(17,1,123); }
H1.HeaderClassName
{
color: #11017B;
}
.AnyTagClassName
{
color: #11017B;
}
</style>
background-color css
<style>
a { background-color: #11017B; }
a { background-color: rgb(17,1,123); }
div.DivClassName
{
background-color: #11017B;
}
.BgClassName
{
background-color: #11017B;
}
</style>
border-color css
<style>
span { border-color: #11017B; }
span { border-color: rgb(17,1,123); }
td.TdClassName
{
border-color: #11017B;
}
.TagClassName
{
border-color: #11017B;
}
</style>