Shades of Navy #100776
Tints of Navy #100776
RGB
CMYK
RGB Variations
Color information
#100776 (or 0x100776) is known color: Navy. HEX triplet: 10, 07 and 76. RGB value is (16,7,118). Sum of RGB (Red+Green+Blue) = 16+7+118=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #100776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100776 is #EFF889. Grayscale: #151515. Windows color (decimal): -15726730 or 7735056. OLE color: 7735056.
HSL color Cylindrical-coordinate representation of color #100776: hue angle of 244.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100776 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 7 | 118 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.54 |
| HSL | 244.86º | 0.89% | 0.25% | - |
| HSV(B) | 244.86º | 0.94% | 0.46% | - |
| XYZ | 3.56 | 1.57 | 17.25 | - |
| YUV | 22.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 118 | 0.86 | 0.94 | 0 | 0.54 | 244.86 | 0.89 | 0.25 |
| Hex | 10 | 7 | 76 | 56 | 5E | 0 | 36 | F5 | 59 | 19 |
| Octal | 20 | 7 | 166 | 126 | 136 | 0 | 66 | 365 | 131 | 31 |
| Binary | 10000 | 111 | 1110110 | 1010110 | 1011110 | 0 | 110110 | 11110101 | 1011001 | 11001 |
Color Harmonies of #100776
Complementary color
Monochromatic Colors of #100776
Black with #100776
Text Example
Text Example
White with #100776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100776; }
p { color: rgb(16,7,118); }
H1.HeaderClassName
{
color: #100776;
}
.AnyTagClassName
{
color: #100776;
}
</style>
background-color css
<style>
a { background-color: #100776; }
a { background-color: rgb(16,7,118); }
div.DivClassName
{
background-color: #100776;
}
.BgClassName
{
background-color: #100776;
}
</style>
border-color css
<style>
span { border-color: #100776; }
span { border-color: rgb(16,7,118); }
td.TdClassName
{
border-color: #100776;
}
.TagClassName
{
border-color: #100776;
}
</style>