Shades of Scooter #1A859E
Tints of Scooter #1A859E
RGB
CMYK
RGB Variations
Color information
#1A859E (or 0x1A859E) is known color: Scooter. HEX triplet: 1A, 85 and 9E. RGB value is (26,133,158). Sum of RGB (Red+Green+Blue) = 26+133+158=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A859E is #E57A61. Grayscale: #676767. Windows color (decimal): -15039074 or 10388762. OLE color: 10388762.
HSL color Cylindrical-coordinate representation of color #1A859E: hue angle of 191.36º 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 #1A859E is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 133 | 158 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.38 |
| HSL | 191.36º | 0.72% | 0.36% | - |
| HSV(B) | 191.36º | 0.84% | 0.62% | - |
| XYZ | 14.99 | 19.46 | 35.31 | - |
| YUV | 103.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 158 | 0.84 | 0.16 | 0 | 0.38 | 191.36 | 0.72 | 0.36 |
| Hex | 1A | 85 | 9E | 54 | 10 | 0 | 26 | BF | 48 | 24 |
| Octal | 32 | 205 | 236 | 124 | 20 | 0 | 46 | 277 | 110 | 44 |
| Binary | 11010 | 10000101 | 10011110 | 1010100 | 10000 | 0 | 100110 | 10111111 | 1001000 | 100100 |
Color Harmonies of #1A859E
Complementary color
Monochromatic Colors of #1A859E
Black with #1A859E
Text Example
Text Example
White with #1A859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A859E; }
p { color: rgb(26,133,158); }
H1.HeaderClassName
{
color: #1A859E;
}
.AnyTagClassName
{
color: #1A859E;
}
</style>
background-color css
<style>
a { background-color: #1A859E; }
a { background-color: rgb(26,133,158); }
div.DivClassName
{
background-color: #1A859E;
}
.BgClassName
{
background-color: #1A859E;
}
</style>
border-color css
<style>
span { border-color: #1A859E; }
span { border-color: rgb(26,133,158); }
td.TdClassName
{
border-color: #1A859E;
}
.TagClassName
{
border-color: #1A859E;
}
</style>