Shades of Allports #10637D
Tints of Allports #10637D
RGB
CMYK
RGB Variations
Color information
#10637D (or 0x10637D) is known color: Allports. HEX triplet: 10, 63 and 7D. RGB value is (16,99,125). Sum of RGB (Red+Green+Blue) = 16+99+125=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #10637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10637D is #EF9C82. Grayscale: #4C4C4C. Windows color (decimal): -15703171 or 8217360. OLE color: 8217360.
HSL color Cylindrical-coordinate representation of color #10637D: hue angle of 194.31º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10637D is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 99 | 125 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.51 |
| HSL | 194.31º | 0.77% | 0.28% | - |
| HSV(B) | 194.31º | 0.87% | 0.49% | - |
| XYZ | 8.38 | 10.51 | 20.99 | - |
| YUV | 77.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 125 | 0.87 | 0.21 | 0 | 0.51 | 194.31 | 0.77 | 0.28 |
| Hex | 10 | 63 | 7D | 57 | 15 | 0 | 33 | C2 | 4D | 1C |
| Octal | 20 | 143 | 175 | 127 | 25 | 0 | 63 | 302 | 115 | 34 |
| Binary | 10000 | 1100011 | 1111101 | 1010111 | 10101 | 0 | 110011 | 11000010 | 1001101 | 11100 |
Color Harmonies of #10637D
Complementary color
Monochromatic Colors of #10637D
Black with #10637D
Text Example
Text Example
White with #10637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10637D; }
p { color: rgb(16,99,125); }
H1.HeaderClassName
{
color: #10637D;
}
.AnyTagClassName
{
color: #10637D;
}
</style>
background-color css
<style>
a { background-color: #10637D; }
a { background-color: rgb(16,99,125); }
div.DivClassName
{
background-color: #10637D;
}
.BgClassName
{
background-color: #10637D;
}
</style>
border-color css
<style>
span { border-color: #10637D; }
span { border-color: rgb(16,99,125); }
td.TdClassName
{
border-color: #10637D;
}
.TagClassName
{
border-color: #10637D;
}
</style>