Shades of Allports #106383
Tints of Allports #106383
RGB
CMYK
RGB Variations
Color information
#106383 (or 0x106383) is known color: Allports. HEX triplet: 10, 63 and 83. RGB value is (16,99,131). Sum of RGB (Red+Green+Blue) = 16+99+131=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #106383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106383 is #EF9C7C. Grayscale: #4D4D4D. Windows color (decimal): -15703165 or 8610576. OLE color: 8610576.
HSL color Cylindrical-coordinate representation of color #106383: hue angle of 196.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106383 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 99 | 131 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.49 |
| HSL | 196.7º | 0.78% | 0.29% | - |
| HSV(B) | 196.7º | 0.88% | 0.51% | - |
| XYZ | 8.77 | 10.67 | 23.07 | - |
| YUV | 77.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 131 | 0.88 | 0.24 | 0 | 0.49 | 196.7 | 0.78 | 0.29 |
| Hex | 10 | 63 | 83 | 58 | 18 | 0 | 31 | C5 | 4E | 1D |
| Octal | 20 | 143 | 203 | 130 | 30 | 0 | 61 | 305 | 116 | 35 |
| Binary | 10000 | 1100011 | 10000011 | 1011000 | 11000 | 0 | 110001 | 11000101 | 1001110 | 11101 |
Color Harmonies of #106383
Complementary color
Monochromatic Colors of #106383
Black with #106383
Text Example
Text Example
White with #106383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106383; }
p { color: rgb(16,99,131); }
H1.HeaderClassName
{
color: #106383;
}
.AnyTagClassName
{
color: #106383;
}
</style>
background-color css
<style>
a { background-color: #106383; }
a { background-color: rgb(16,99,131); }
div.DivClassName
{
background-color: #106383;
}
.BgClassName
{
background-color: #106383;
}
</style>
border-color css
<style>
span { border-color: #106383; }
span { border-color: rgb(16,99,131); }
td.TdClassName
{
border-color: #106383;
}
.TagClassName
{
border-color: #106383;
}
</style>