Shades of Scooter #1A829E
Tints of Scooter #1A829E
RGB
CMYK
RGB Variations
Color information
#1A829E (or 0x1A829E) is known color: Scooter. HEX triplet: 1A, 82 and 9E. RGB value is (26,130,158). Sum of RGB (Red+Green+Blue) = 26+130+158=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A829E is #E57D61. Grayscale: #656565. Windows color (decimal): -15039842 or 10387994. OLE color: 10387994.
HSL color Cylindrical-coordinate representation of color #1A829E: hue angle of 192.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A829E is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 130 | 158 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.38 |
| HSL | 192.73º | 0.72% | 0.36% | - |
| HSV(B) | 192.73º | 0.84% | 0.62% | - |
| XYZ | 14.58 | 18.65 | 35.18 | - |
| YUV | 102.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 158 | 0.84 | 0.18 | 0 | 0.38 | 192.73 | 0.72 | 0.36 |
| Hex | 1A | 82 | 9E | 54 | 12 | 0 | 26 | C1 | 48 | 24 |
| Octal | 32 | 202 | 236 | 124 | 22 | 0 | 46 | 301 | 110 | 44 |
| Binary | 11010 | 10000010 | 10011110 | 1010100 | 10010 | 0 | 100110 | 11000001 | 1001000 | 100100 |
Color Harmonies of #1A829E
Complementary color
Monochromatic Colors of #1A829E
Black with #1A829E
Text Example
Text Example
White with #1A829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A829E; }
p { color: rgb(26,130,158); }
H1.HeaderClassName
{
color: #1A829E;
}
.AnyTagClassName
{
color: #1A829E;
}
</style>
background-color css
<style>
a { background-color: #1A829E; }
a { background-color: rgb(26,130,158); }
div.DivClassName
{
background-color: #1A829E;
}
.BgClassName
{
background-color: #1A829E;
}
</style>
border-color css
<style>
span { border-color: #1A829E; }
span { border-color: rgb(26,130,158); }
td.TdClassName
{
border-color: #1A829E;
}
.TagClassName
{
border-color: #1A829E;
}
</style>