Shades of Navy #110376
Tints of Navy #110376
RGB
CMYK
RGB Variations
Color information
#110376 (or 0x110376) is known color: Navy. HEX triplet: 11, 03 and 76. RGB value is (17,3,118). Sum of RGB (Red+Green+Blue) = 17+3+118=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #110376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110376 is #EEFC89. Grayscale: #131313. Windows color (decimal): -15662218 or 7734033. OLE color: 7734033.
HSL color Cylindrical-coordinate representation of color #110376: hue angle of 247.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110376 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 3 | 118 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.54 |
| HSL | 247.3º | 0.95% | 0.24% | - |
| HSV(B) | 247.3º | 0.97% | 0.46% | - |
| XYZ | 3.53 | 1.49 | 17.24 | - |
| YUV | 20.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 118 | 0.86 | 0.97 | 0 | 0.54 | 247.3 | 0.95 | 0.24 |
| Hex | 11 | 3 | 76 | 56 | 61 | 0 | 36 | F7 | 5F | 18 |
| Octal | 21 | 3 | 166 | 126 | 141 | 0 | 66 | 367 | 137 | 30 |
| Binary | 10001 | 11 | 1110110 | 1010110 | 1100001 | 0 | 110110 | 11110111 | 1011111 | 11000 |
Color Harmonies of #110376
Complementary color
Monochromatic Colors of #110376
Black with #110376
Text Example
Text Example
White with #110376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110376; }
p { color: rgb(17,3,118); }
H1.HeaderClassName
{
color: #110376;
}
.AnyTagClassName
{
color: #110376;
}
</style>
background-color css
<style>
a { background-color: #110376; }
a { background-color: rgb(17,3,118); }
div.DivClassName
{
background-color: #110376;
}
.BgClassName
{
background-color: #110376;
}
</style>
border-color css
<style>
span { border-color: #110376; }
span { border-color: rgb(17,3,118); }
td.TdClassName
{
border-color: #110376;
}
.TagClassName
{
border-color: #110376;
}
</style>