Shades of Scooter #1A839F
Tints of Scooter #1A839F
RGB
CMYK
RGB Variations
Color information
#1A839F (or 0x1A839F) is known color: Scooter. HEX triplet: 1A, 83 and 9F. RGB value is (26,131,159). Sum of RGB (Red+Green+Blue) = 26+131+159=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A839F is #E57C60. Grayscale: #666666. Windows color (decimal): -15039585 or 10453786. OLE color: 10453786.
HSL color Cylindrical-coordinate representation of color #1A839F: hue angle of 192.63º 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 #1A839F is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 131 | 159 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.38 |
| HSL | 192.63º | 0.72% | 0.36% | - |
| HSV(B) | 192.63º | 0.84% | 0.62% | - |
| XYZ | 14.8 | 18.96 | 35.68 | - |
| YUV | 102.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 159 | 0.84 | 0.18 | 0 | 0.38 | 192.63 | 0.72 | 0.36 |
| Hex | 1A | 83 | 9F | 54 | 12 | 0 | 26 | C1 | 48 | 24 |
| Octal | 32 | 203 | 237 | 124 | 22 | 0 | 46 | 301 | 110 | 44 |
| Binary | 11010 | 10000011 | 10011111 | 1010100 | 10010 | 0 | 100110 | 11000001 | 1001000 | 100100 |
Color Harmonies of #1A839F
Complementary color
Monochromatic Colors of #1A839F
Black with #1A839F
Text Example
Text Example
White with #1A839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A839F; }
p { color: rgb(26,131,159); }
H1.HeaderClassName
{
color: #1A839F;
}
.AnyTagClassName
{
color: #1A839F;
}
</style>
background-color css
<style>
a { background-color: #1A839F; }
a { background-color: rgb(26,131,159); }
div.DivClassName
{
background-color: #1A839F;
}
.BgClassName
{
background-color: #1A839F;
}
</style>
border-color css
<style>
span { border-color: #1A839F; }
span { border-color: rgb(26,131,159); }
td.TdClassName
{
border-color: #1A839F;
}
.TagClassName
{
border-color: #1A839F;
}
</style>