Shades of Allports #105D80
Tints of Allports #105D80
RGB
CMYK
RGB Variations
Color information
#105D80 (or 0x105D80) is known color: Allports. HEX triplet: 10, 5D and 80. RGB value is (16,93,128). Sum of RGB (Red+Green+Blue) = 16+93+128=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #105D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105D80 is #EFA27F. Grayscale: #494949. Windows color (decimal): -15704704 or 8412432. OLE color: 8412432.
HSL color Cylindrical-coordinate representation of color #105D80: hue angle of 198.75º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105D80 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 93 | 128 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.50 |
| HSL | 198.75º | 0.78% | 0.28% | - |
| HSV(B) | 198.75º | 0.88% | 0.5% | - |
| XYZ | 8.02 | 9.5 | 21.83 | - |
| YUV | 73.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 128 | 0.88 | 0.27 | 0 | 0.50 | 198.75 | 0.78 | 0.28 |
| Hex | 10 | 5D | 80 | 58 | 1B | 0 | 32 | C7 | 4E | 1C |
| Octal | 20 | 135 | 200 | 130 | 33 | 0 | 62 | 307 | 116 | 34 |
| Binary | 10000 | 1011101 | 10000000 | 1011000 | 11011 | 0 | 110010 | 11000111 | 1001110 | 11100 |
Color Harmonies of #105D80
Complementary color
Monochromatic Colors of #105D80
Black with #105D80
Text Example
Text Example
White with #105D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D80; }
p { color: rgb(16,93,128); }
H1.HeaderClassName
{
color: #105D80;
}
.AnyTagClassName
{
color: #105D80;
}
</style>
background-color css
<style>
a { background-color: #105D80; }
a { background-color: rgb(16,93,128); }
div.DivClassName
{
background-color: #105D80;
}
.BgClassName
{
background-color: #105D80;
}
</style>
border-color css
<style>
span { border-color: #105D80; }
span { border-color: rgb(16,93,128); }
td.TdClassName
{
border-color: #105D80;
}
.TagClassName
{
border-color: #105D80;
}
</style>