Shades of Allports #1A758D
Tints of Allports #1A758D
RGB
CMYK
RGB Variations
Color information
#1A758D (or 0x1A758D) is known color: Allports. HEX triplet: 1A, 75 and 8D. RGB value is (26,117,141). Sum of RGB (Red+Green+Blue) = 26+117+141=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A758D is #E58A72. Grayscale: #5C5C5C. Windows color (decimal): -15043187 or 9270554. OLE color: 9270554.
HSL color Cylindrical-coordinate representation of color #1A758D: hue angle of 192.52º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A758D is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 117 | 141 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.45 |
| HSL | 192.52º | 0.69% | 0.33% | - |
| HSV(B) | 192.52º | 0.82% | 0.55% | - |
| XYZ | 11.6 | 14.87 | 27.46 | - |
| YUV | 92.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 141 | 0.82 | 0.17 | 0 | 0.45 | 192.52 | 0.69 | 0.33 |
| Hex | 1A | 75 | 8D | 52 | 11 | 0 | 2D | C1 | 45 | 21 |
| Octal | 32 | 165 | 215 | 122 | 21 | 0 | 55 | 301 | 105 | 41 |
| Binary | 11010 | 1110101 | 10001101 | 1010010 | 10001 | 0 | 101101 | 11000001 | 1000101 | 100001 |
Color Harmonies of #1A758D
Complementary color
Monochromatic Colors of #1A758D
Black with #1A758D
Text Example
Text Example
White with #1A758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A758D; }
p { color: rgb(26,117,141); }
H1.HeaderClassName
{
color: #1A758D;
}
.AnyTagClassName
{
color: #1A758D;
}
</style>
background-color css
<style>
a { background-color: #1A758D; }
a { background-color: rgb(26,117,141); }
div.DivClassName
{
background-color: #1A758D;
}
.BgClassName
{
background-color: #1A758D;
}
</style>
border-color css
<style>
span { border-color: #1A758D; }
span { border-color: rgb(26,117,141); }
td.TdClassName
{
border-color: #1A758D;
}
.TagClassName
{
border-color: #1A758D;
}
</style>