Shades of Scooter #1A869D
Tints of Scooter #1A869D
RGB
CMYK
RGB Variations
Color information
#1A869D (or 0x1A869D) is known color: Scooter. HEX triplet: 1A, 86 and 9D. RGB value is (26,134,157). Sum of RGB (Red+Green+Blue) = 26+134+157=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A869D is #E57962. Grayscale: #686868. Windows color (decimal): -15038819 or 10323482. OLE color: 10323482.
HSL color Cylindrical-coordinate representation of color #1A869D: hue angle of 190.53º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A869D is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 134 | 157 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.38 |
| HSL | 190.53º | 0.72% | 0.36% | - |
| HSV(B) | 190.53º | 0.83% | 0.62% | - |
| XYZ | 15.04 | 19.7 | 34.91 | - |
| YUV | 104.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 157 | 0.83 | 0.15 | 0 | 0.38 | 190.53 | 0.72 | 0.36 |
| Hex | 1A | 86 | 9D | 53 | F | 0 | 26 | BF | 48 | 24 |
| Octal | 32 | 206 | 235 | 123 | 17 | 0 | 46 | 277 | 110 | 44 |
| Binary | 11010 | 10000110 | 10011101 | 1010011 | 1111 | 0 | 100110 | 10111111 | 1001000 | 100100 |
Color Harmonies of #1A869D
Complementary color
Monochromatic Colors of #1A869D
Black with #1A869D
Text Example
Text Example
White with #1A869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A869D; }
p { color: rgb(26,134,157); }
H1.HeaderClassName
{
color: #1A869D;
}
.AnyTagClassName
{
color: #1A869D;
}
</style>
background-color css
<style>
a { background-color: #1A869D; }
a { background-color: rgb(26,134,157); }
div.DivClassName
{
background-color: #1A869D;
}
.BgClassName
{
background-color: #1A869D;
}
</style>
border-color css
<style>
span { border-color: #1A869D; }
span { border-color: rgb(26,134,157); }
td.TdClassName
{
border-color: #1A869D;
}
.TagClassName
{
border-color: #1A869D;
}
</style>