Shades of Allports #10657A
Tints of Allports #10657A
RGB
CMYK
RGB Variations
Color information
#10657A (or 0x10657A) is known color: Allports. HEX triplet: 10, 65 and 7A. RGB value is (16,101,122). Sum of RGB (Red+Green+Blue) = 16+101+122=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #10657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10657A is #EF9A85. Grayscale: #4D4D4D. Windows color (decimal): -15702662 or 8021264. OLE color: 8021264.
HSL color Cylindrical-coordinate representation of color #10657A: hue angle of 191.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10657A is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 101 | 122 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.52 |
| HSL | 191.89º | 0.77% | 0.27% | - |
| HSV(B) | 191.89º | 0.87% | 0.48% | - |
| XYZ | 8.38 | 10.82 | 20.06 | - |
| YUV | 77.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 122 | 0.87 | 0.17 | 0 | 0.52 | 191.89 | 0.77 | 0.27 |
| Hex | 10 | 65 | 7A | 57 | 11 | 0 | 34 | C0 | 4D | 1B |
| Octal | 20 | 145 | 172 | 127 | 21 | 0 | 64 | 300 | 115 | 33 |
| Binary | 10000 | 1100101 | 1111010 | 1010111 | 10001 | 0 | 110100 | 11000000 | 1001101 | 11011 |
Color Harmonies of #10657A
Complementary color
Monochromatic Colors of #10657A
Black with #10657A
Text Example
Text Example
White with #10657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10657A; }
p { color: rgb(16,101,122); }
H1.HeaderClassName
{
color: #10657A;
}
.AnyTagClassName
{
color: #10657A;
}
</style>
background-color css
<style>
a { background-color: #10657A; }
a { background-color: rgb(16,101,122); }
div.DivClassName
{
background-color: #10657A;
}
.BgClassName
{
background-color: #10657A;
}
</style>
border-color css
<style>
span { border-color: #10657A; }
span { border-color: rgb(16,101,122); }
td.TdClassName
{
border-color: #10657A;
}
.TagClassName
{
border-color: #10657A;
}
</style>