Shades of Allports #10748E
Tints of Allports #10748E
RGB
CMYK
RGB Variations
Color information
#10748E (or 0x10748E) is known color: Allports. HEX triplet: 10, 74 and 8E. RGB value is (16,116,142). Sum of RGB (Red+Green+Blue) = 16+116+142=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #10748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10748E is #EF8B71. Grayscale: #585858. Windows color (decimal): -15698802 or 9335824. OLE color: 9335824.
HSL color Cylindrical-coordinate representation of color #10748E: hue angle of 192.38º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10748E is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 116 | 142 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.44 |
| HSL | 192.38º | 0.8% | 0.31% | - |
| HSV(B) | 192.38º | 0.89% | 0.56% | - |
| XYZ | 11.34 | 14.55 | 27.8 | - |
| YUV | 89.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 142 | 0.89 | 0.18 | 0 | 0.44 | 192.38 | 0.8 | 0.31 |
| Hex | 10 | 74 | 8E | 59 | 12 | 0 | 2C | C0 | 50 | 1F |
| Octal | 20 | 164 | 216 | 131 | 22 | 0 | 54 | 300 | 120 | 37 |
| Binary | 10000 | 1110100 | 10001110 | 1011001 | 10010 | 0 | 101100 | 11000000 | 1010000 | 11111 |
Color Harmonies of #10748E
Complementary color
Monochromatic Colors of #10748E
Black with #10748E
Text Example
Text Example
White with #10748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10748E; }
p { color: rgb(16,116,142); }
H1.HeaderClassName
{
color: #10748E;
}
.AnyTagClassName
{
color: #10748E;
}
</style>
background-color css
<style>
a { background-color: #10748E; }
a { background-color: rgb(16,116,142); }
div.DivClassName
{
background-color: #10748E;
}
.BgClassName
{
background-color: #10748E;
}
</style>
border-color css
<style>
span { border-color: #10748E; }
span { border-color: rgb(16,116,142); }
td.TdClassName
{
border-color: #10748E;
}
.TagClassName
{
border-color: #10748E;
}
</style>