Shades of Allports #106788
Tints of Allports #106788
RGB
CMYK
RGB Variations
Color information
#106788 (or 0x106788) is known color: Allports. HEX triplet: 10, 67 and 88. RGB value is (16,103,136). Sum of RGB (Red+Green+Blue) = 16+103+136=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #106788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106788 is #EF9877. Grayscale: #505050. Windows color (decimal): -15702136 or 8939280. OLE color: 8939280.
HSL color Cylindrical-coordinate representation of color #106788: hue angle of 196.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106788 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 103 | 136 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.47 |
| HSL | 196.5º | 0.79% | 0.3% | - |
| HSV(B) | 196.5º | 0.88% | 0.53% | - |
| XYZ | 9.51 | 11.59 | 25.03 | - |
| YUV | 80.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 136 | 0.88 | 0.24 | 0 | 0.47 | 196.5 | 0.79 | 0.3 |
| Hex | 10 | 67 | 88 | 58 | 18 | 0 | 2F | C4 | 4F | 1E |
| Octal | 20 | 147 | 210 | 130 | 30 | 0 | 57 | 304 | 117 | 36 |
| Binary | 10000 | 1100111 | 10001000 | 1011000 | 11000 | 0 | 101111 | 11000100 | 1001111 | 11110 |
Color Harmonies of #106788
Complementary color
Monochromatic Colors of #106788
Black with #106788
Text Example
Text Example
White with #106788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106788; }
p { color: rgb(16,103,136); }
H1.HeaderClassName
{
color: #106788;
}
.AnyTagClassName
{
color: #106788;
}
</style>
background-color css
<style>
a { background-color: #106788; }
a { background-color: rgb(16,103,136); }
div.DivClassName
{
background-color: #106788;
}
.BgClassName
{
background-color: #106788;
}
</style>
border-color css
<style>
span { border-color: #106788; }
span { border-color: rgb(16,103,136); }
td.TdClassName
{
border-color: #106788;
}
.TagClassName
{
border-color: #106788;
}
</style>