Shades of Allports #10637C
Tints of Allports #10637C
RGB
CMYK
RGB Variations
Color information
#10637C (or 0x10637C) is known color: Allports. HEX triplet: 10, 63 and 7C. RGB value is (16,99,124). Sum of RGB (Red+Green+Blue) = 16+99+124=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #10637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10637C is #EF9C83. Grayscale: #4C4C4C. Windows color (decimal): -15703172 or 8151824. OLE color: 8151824.
HSL color Cylindrical-coordinate representation of color #10637C: hue angle of 193.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10637C is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 99 | 124 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.51 |
| HSL | 193.89º | 0.77% | 0.27% | - |
| HSV(B) | 193.89º | 0.87% | 0.49% | - |
| XYZ | 8.31 | 10.49 | 20.66 | - |
| YUV | 77.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 124 | 0.87 | 0.20 | 0 | 0.51 | 193.89 | 0.77 | 0.27 |
| Hex | 10 | 63 | 7C | 57 | 14 | 0 | 33 | C2 | 4D | 1B |
| Octal | 20 | 143 | 174 | 127 | 24 | 0 | 63 | 302 | 115 | 33 |
| Binary | 10000 | 1100011 | 1111100 | 1010111 | 10100 | 0 | 110011 | 11000010 | 1001101 | 11011 |
Color Harmonies of #10637C
Complementary color
Monochromatic Colors of #10637C
Black with #10637C
Text Example
Text Example
White with #10637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10637C; }
p { color: rgb(16,99,124); }
H1.HeaderClassName
{
color: #10637C;
}
.AnyTagClassName
{
color: #10637C;
}
</style>
background-color css
<style>
a { background-color: #10637C; }
a { background-color: rgb(16,99,124); }
div.DivClassName
{
background-color: #10637C;
}
.BgClassName
{
background-color: #10637C;
}
</style>
border-color css
<style>
span { border-color: #10637C; }
span { border-color: rgb(16,99,124); }
td.TdClassName
{
border-color: #10637C;
}
.TagClassName
{
border-color: #10637C;
}
</style>