Shades of Scooter #1A879F
Tints of Scooter #1A879F
RGB
CMYK
RGB Variations
Color information
#1A879F (or 0x1A879F) is known color: Scooter. HEX triplet: 1A, 87 and 9F. RGB value is (26,135,159). Sum of RGB (Red+Green+Blue) = 26+135+159=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A879F is #E57860. Grayscale: #686868. Windows color (decimal): -15038561 or 10454810. OLE color: 10454810.
HSL color Cylindrical-coordinate representation of color #1A879F: hue angle of 190.83º 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 #1A879F is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 135 | 159 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.38 |
| HSL | 190.83º | 0.72% | 0.36% | - |
| HSV(B) | 190.83º | 0.84% | 0.62% | - |
| XYZ | 15.35 | 20.05 | 35.86 | - |
| YUV | 105.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 159 | 0.84 | 0.15 | 0 | 0.38 | 190.83 | 0.72 | 0.36 |
| Hex | 1A | 87 | 9F | 54 | F | 0 | 26 | BF | 48 | 24 |
| Octal | 32 | 207 | 237 | 124 | 17 | 0 | 46 | 277 | 110 | 44 |
| Binary | 11010 | 10000111 | 10011111 | 1010100 | 1111 | 0 | 100110 | 10111111 | 1001000 | 100100 |
Color Harmonies of #1A879F
Complementary color
Monochromatic Colors of #1A879F
Black with #1A879F
Text Example
Text Example
White with #1A879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A879F; }
p { color: rgb(26,135,159); }
H1.HeaderClassName
{
color: #1A879F;
}
.AnyTagClassName
{
color: #1A879F;
}
</style>
background-color css
<style>
a { background-color: #1A879F; }
a { background-color: rgb(26,135,159); }
div.DivClassName
{
background-color: #1A879F;
}
.BgClassName
{
background-color: #1A879F;
}
</style>
border-color css
<style>
span { border-color: #1A879F; }
span { border-color: rgb(26,135,159); }
td.TdClassName
{
border-color: #1A879F;
}
.TagClassName
{
border-color: #1A879F;
}
</style>