Shades of Allports #106385
Tints of Allports #106385
RGB
CMYK
RGB Variations
Color information
#106385 (or 0x106385) is known color: Allports. HEX triplet: 10, 63 and 85. RGB value is (16,99,133). Sum of RGB (Red+Green+Blue) = 16+99+133=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #106385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106385 is #EF9C7A. Grayscale: #4D4D4D. Windows color (decimal): -15703163 or 8741648. OLE color: 8741648.
HSL color Cylindrical-coordinate representation of color #106385: hue angle of 197.44º 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 #106385 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 99 | 133 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.48 |
| HSL | 197.44º | 0.79% | 0.29% | - |
| HSV(B) | 197.44º | 0.88% | 0.52% | - |
| XYZ | 8.91 | 10.73 | 23.79 | - |
| YUV | 78.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 133 | 0.88 | 0.26 | 0 | 0.48 | 197.44 | 0.79 | 0.29 |
| Hex | 10 | 63 | 85 | 58 | 1A | 0 | 30 | C5 | 4F | 1D |
| Octal | 20 | 143 | 205 | 130 | 32 | 0 | 60 | 305 | 117 | 35 |
| Binary | 10000 | 1100011 | 10000101 | 1011000 | 11010 | 0 | 110000 | 11000101 | 1001111 | 11101 |
Color Harmonies of #106385
Complementary color
Monochromatic Colors of #106385
Black with #106385
Text Example
Text Example
White with #106385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106385; }
p { color: rgb(16,99,133); }
H1.HeaderClassName
{
color: #106385;
}
.AnyTagClassName
{
color: #106385;
}
</style>
background-color css
<style>
a { background-color: #106385; }
a { background-color: rgb(16,99,133); }
div.DivClassName
{
background-color: #106385;
}
.BgClassName
{
background-color: #106385;
}
</style>
border-color css
<style>
span { border-color: #106385; }
span { border-color: rgb(16,99,133); }
td.TdClassName
{
border-color: #106385;
}
.TagClassName
{
border-color: #106385;
}
</style>