Shades of Allports #106885
Tints of Allports #106885
RGB
CMYK
RGB Variations
Color information
#106885 (or 0x106885) is known color: Allports. HEX triplet: 10, 68 and 85. RGB value is (16,104,133). Sum of RGB (Red+Green+Blue) = 16+104+133=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #106885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106885 is #EF977A. Grayscale: #505050. Windows color (decimal): -15701883 or 8742928. OLE color: 8742928.
HSL color Cylindrical-coordinate representation of color #106885: hue angle of 194.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106885 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 104 | 133 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.48 |
| HSL | 194.87º | 0.79% | 0.29% | - |
| HSV(B) | 194.87º | 0.88% | 0.52% | - |
| XYZ | 9.4 | 11.7 | 23.95 | - |
| YUV | 80.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 133 | 0.88 | 0.22 | 0 | 0.48 | 194.87 | 0.79 | 0.29 |
| Hex | 10 | 68 | 85 | 58 | 16 | 0 | 30 | C3 | 4F | 1D |
| Octal | 20 | 150 | 205 | 130 | 26 | 0 | 60 | 303 | 117 | 35 |
| Binary | 10000 | 1101000 | 10000101 | 1011000 | 10110 | 0 | 110000 | 11000011 | 1001111 | 11101 |
Color Harmonies of #106885
Complementary color
Monochromatic Colors of #106885
Black with #106885
Text Example
Text Example
White with #106885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106885; }
p { color: rgb(16,104,133); }
H1.HeaderClassName
{
color: #106885;
}
.AnyTagClassName
{
color: #106885;
}
</style>
background-color css
<style>
a { background-color: #106885; }
a { background-color: rgb(16,104,133); }
div.DivClassName
{
background-color: #106885;
}
.BgClassName
{
background-color: #106885;
}
</style>
border-color css
<style>
span { border-color: #106885; }
span { border-color: rgb(16,104,133); }
td.TdClassName
{
border-color: #106885;
}
.TagClassName
{
border-color: #106885;
}
</style>