Shades of Scooter #1A85A2
Tints of Scooter #1A85A2
RGB
CMYK
RGB Variations
Color information
#1A85A2 (or 0x1A85A2) is known color: Scooter. HEX triplet: 1A, 85 and A2. RGB value is (26,133,162). Sum of RGB (Red+Green+Blue) = 26+133+162=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A85A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A85A2 is #E57A5D. Grayscale: #686868. Windows color (decimal): -15039070 or 10650906. OLE color: 10650906.
HSL color Cylindrical-coordinate representation of color #1A85A2: hue angle of 192.79º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A85A2 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 133 | 162 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.36 |
| HSL | 192.79º | 0.72% | 0.37% | - |
| HSV(B) | 192.79º | 0.84% | 0.64% | - |
| XYZ | 15.34 | 19.6 | 37.16 | - |
| YUV | 104.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 162 | 0.84 | 0.18 | 0 | 0.36 | 192.79 | 0.72 | 0.37 |
| Hex | 1A | 85 | A2 | 54 | 12 | 0 | 24 | C1 | 48 | 25 |
| Octal | 32 | 205 | 242 | 124 | 22 | 0 | 44 | 301 | 110 | 45 |
| Binary | 11010 | 10000101 | 10100010 | 1010100 | 10010 | 0 | 100100 | 11000001 | 1001000 | 100101 |
Color Harmonies of #1A85A2
Complementary color
Monochromatic Colors of #1A85A2
Black with #1A85A2
Text Example
Text Example
White with #1A85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85A2; }
p { color: rgb(26,133,162); }
H1.HeaderClassName
{
color: #1A85A2;
}
.AnyTagClassName
{
color: #1A85A2;
}
</style>
background-color css
<style>
a { background-color: #1A85A2; }
a { background-color: rgb(26,133,162); }
div.DivClassName
{
background-color: #1A85A2;
}
.BgClassName
{
background-color: #1A85A2;
}
</style>
border-color css
<style>
span { border-color: #1A85A2; }
span { border-color: rgb(26,133,162); }
td.TdClassName
{
border-color: #1A85A2;
}
.TagClassName
{
border-color: #1A85A2;
}
</style>