Shades of Allports #10738D
Tints of Allports #10738D
RGB
CMYK
RGB Variations
Color information
#10738D (or 0x10738D) is known color: Allports. HEX triplet: 10, 73 and 8D. RGB value is (16,115,141). Sum of RGB (Red+Green+Blue) = 16+115+141=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #10738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10738D is #EF8C72. Grayscale: #585858. Windows color (decimal): -15699059 or 9270032. OLE color: 9270032.
HSL color Cylindrical-coordinate representation of color #10738D: hue angle of 192.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10738D is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 115 | 141 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.45 |
| HSL | 192.48º | 0.8% | 0.31% | - |
| HSV(B) | 192.48º | 0.89% | 0.55% | - |
| XYZ | 11.15 | 14.29 | 27.37 | - |
| YUV | 88.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 141 | 0.89 | 0.18 | 0 | 0.45 | 192.48 | 0.8 | 0.31 |
| Hex | 10 | 73 | 8D | 59 | 12 | 0 | 2D | C0 | 50 | 1F |
| Octal | 20 | 163 | 215 | 131 | 22 | 0 | 55 | 300 | 120 | 37 |
| Binary | 10000 | 1110011 | 10001101 | 1011001 | 10010 | 0 | 101101 | 11000000 | 1010000 | 11111 |
Color Harmonies of #10738D
Complementary color
Monochromatic Colors of #10738D
Black with #10738D
Text Example
Text Example
White with #10738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10738D; }
p { color: rgb(16,115,141); }
H1.HeaderClassName
{
color: #10738D;
}
.AnyTagClassName
{
color: #10738D;
}
</style>
background-color css
<style>
a { background-color: #10738D; }
a { background-color: rgb(16,115,141); }
div.DivClassName
{
background-color: #10738D;
}
.BgClassName
{
background-color: #10738D;
}
</style>
border-color css
<style>
span { border-color: #10738D; }
span { border-color: rgb(16,115,141); }
td.TdClassName
{
border-color: #10738D;
}
.TagClassName
{
border-color: #10738D;
}
</style>