Shades of Allports #106795
Tints of Allports #106795
RGB
CMYK
RGB Variations
Color information
#106795 (or 0x106795) is known color: Allports. HEX triplet: 10, 67 and 95. RGB value is (16,103,149). Sum of RGB (Red+Green+Blue) = 16+103+149=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #106795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106795 is #EF986A. Grayscale: #515151. Windows color (decimal): -15702123 or 9791248. OLE color: 9791248.
HSL color Cylindrical-coordinate representation of color #106795: hue angle of 200.75º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106795 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 103 | 149 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.42 |
| HSL | 200.75º | 0.81% | 0.32% | - |
| HSV(B) | 200.75º | 0.89% | 0.58% | - |
| XYZ | 10.49 | 11.98 | 30.19 | - |
| YUV | 82.23 | 165.68 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 149 | 0.89 | 0.31 | 0 | 0.42 | 200.75 | 0.81 | 0.32 |
| Hex | 10 | 67 | 95 | 59 | 1F | 0 | 2A | C9 | 51 | 20 |
| Octal | 20 | 147 | 225 | 131 | 37 | 0 | 52 | 311 | 121 | 40 |
| Binary | 10000 | 1100111 | 10010101 | 1011001 | 11111 | 0 | 101010 | 11001001 | 1010001 | 100000 |
Color Harmonies of #106795
Complementary color
Monochromatic Colors of #106795
Black with #106795
Text Example
Text Example
White with #106795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106795; }
p { color: rgb(16,103,149); }
H1.HeaderClassName
{
color: #106795;
}
.AnyTagClassName
{
color: #106795;
}
</style>
background-color css
<style>
a { background-color: #106795; }
a { background-color: rgb(16,103,149); }
div.DivClassName
{
background-color: #106795;
}
.BgClassName
{
background-color: #106795;
}
</style>
border-color css
<style>
span { border-color: #106795; }
span { border-color: rgb(16,103,149); }
td.TdClassName
{
border-color: #106795;
}
.TagClassName
{
border-color: #106795;
}
</style>