Shades of Scooter #1A85A1
Tints of Scooter #1A85A1
RGB
CMYK
RGB Variations
Color information
#1A85A1 (or 0x1A85A1) is known color: Scooter. HEX triplet: 1A, 85 and A1. RGB value is (26,133,161). Sum of RGB (Red+Green+Blue) = 26+133+161=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A85A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A85A1 is #E57A5E. Grayscale: #676767. Windows color (decimal): -15039071 or 10585370. OLE color: 10585370.
HSL color Cylindrical-coordinate representation of color #1A85A1: hue angle of 192.44º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A85A1 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 133 | 161 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.37 |
| HSL | 192.44º | 0.72% | 0.37% | - |
| HSV(B) | 192.44º | 0.84% | 0.63% | - |
| XYZ | 15.25 | 19.57 | 36.69 | - |
| YUV | 104.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 161 | 0.84 | 0.17 | 0 | 0.37 | 192.44 | 0.72 | 0.37 |
| Hex | 1A | 85 | A1 | 54 | 11 | 0 | 25 | C0 | 48 | 25 |
| Octal | 32 | 205 | 241 | 124 | 21 | 0 | 45 | 300 | 110 | 45 |
| Binary | 11010 | 10000101 | 10100001 | 1010100 | 10001 | 0 | 100101 | 11000000 | 1001000 | 100101 |
Color Harmonies of #1A85A1
Complementary color
Monochromatic Colors of #1A85A1
Black with #1A85A1
Text Example
Text Example
White with #1A85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85A1; }
p { color: rgb(26,133,161); }
H1.HeaderClassName
{
color: #1A85A1;
}
.AnyTagClassName
{
color: #1A85A1;
}
</style>
background-color css
<style>
a { background-color: #1A85A1; }
a { background-color: rgb(26,133,161); }
div.DivClassName
{
background-color: #1A85A1;
}
.BgClassName
{
background-color: #1A85A1;
}
</style>
border-color css
<style>
span { border-color: #1A85A1; }
span { border-color: rgb(26,133,161); }
td.TdClassName
{
border-color: #1A85A1;
}
.TagClassName
{
border-color: #1A85A1;
}
</style>