Shades of Allports #106076
Tints of Allports #106076
RGB
CMYK
RGB Variations
Color information
#106076 (or 0x106076) is known color: Allports. HEX triplet: 10, 60 and 76. RGB value is (16,96,118). Sum of RGB (Red+Green+Blue) = 16+96+118=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #106076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106076 is #EF9F89. Grayscale: #4A4A4A. Windows color (decimal): -15703946 or 7757840. OLE color: 7757840.
HSL color Cylindrical-coordinate representation of color #106076: hue angle of 192.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106076 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 96 | 118 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.54 |
| HSL | 192.94º | 0.76% | 0.26% | - |
| HSV(B) | 192.94º | 0.86% | 0.46% | - |
| XYZ | 7.67 | 9.78 | 18.62 | - |
| YUV | 74.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 118 | 0.86 | 0.19 | 0 | 0.54 | 192.94 | 0.76 | 0.26 |
| Hex | 10 | 60 | 76 | 56 | 13 | 0 | 36 | C1 | 4C | 1A |
| Octal | 20 | 140 | 166 | 126 | 23 | 0 | 66 | 301 | 114 | 32 |
| Binary | 10000 | 1100000 | 1110110 | 1010110 | 10011 | 0 | 110110 | 11000001 | 1001100 | 11010 |
Color Harmonies of #106076
Complementary color
Monochromatic Colors of #106076
Black with #106076
Text Example
Text Example
White with #106076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106076; }
p { color: rgb(16,96,118); }
H1.HeaderClassName
{
color: #106076;
}
.AnyTagClassName
{
color: #106076;
}
</style>
background-color css
<style>
a { background-color: #106076; }
a { background-color: rgb(16,96,118); }
div.DivClassName
{
background-color: #106076;
}
.BgClassName
{
background-color: #106076;
}
</style>
border-color css
<style>
span { border-color: #106076; }
span { border-color: rgb(16,96,118); }
td.TdClassName
{
border-color: #106076;
}
.TagClassName
{
border-color: #106076;
}
</style>