Shades of Scooter #1E819E
Tints of Scooter #1E819E
RGB
CMYK
RGB Variations
Color information
#1E819E (or 0x1E819E) is known color: Scooter. HEX triplet: 1E, 81 and 9E. RGB value is (30,129,158). Sum of RGB (Red+Green+Blue) = 30+129+158=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 129 (50.78% from 255 or 40.69% 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 #1E819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E819E is #E17E61. Grayscale: #666666. Windows color (decimal): -14777954 or 10387742. OLE color: 10387742.
HSL color Cylindrical-coordinate representation of color #1E819E: hue angle of 193.59º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E819E is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 129 | 158 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.38 |
| HSL | 193.59º | 0.68% | 0.37% | - |
| HSV(B) | 193.59º | 0.81% | 0.62% | - |
| XYZ | 14.56 | 18.45 | 35.14 | - |
| YUV | 102.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 158 | 0.81 | 0.18 | 0 | 0.38 | 193.59 | 0.68 | 0.37 |
| Hex | 1E | 81 | 9E | 51 | 12 | 0 | 26 | C2 | 44 | 25 |
| Octal | 36 | 201 | 236 | 121 | 22 | 0 | 46 | 302 | 104 | 45 |
| Binary | 11110 | 10000001 | 10011110 | 1010001 | 10010 | 0 | 100110 | 11000010 | 1000100 | 100101 |
Color Harmonies of #1E819E
Complementary color
Monochromatic Colors of #1E819E
Black with #1E819E
Text Example
Text Example
White with #1E819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E819E; }
p { color: rgb(30,129,158); }
H1.HeaderClassName
{
color: #1E819E;
}
.AnyTagClassName
{
color: #1E819E;
}
</style>
background-color css
<style>
a { background-color: #1E819E; }
a { background-color: rgb(30,129,158); }
div.DivClassName
{
background-color: #1E819E;
}
.BgClassName
{
background-color: #1E819E;
}
</style>
border-color css
<style>
span { border-color: #1E819E; }
span { border-color: rgb(30,129,158); }
td.TdClassName
{
border-color: #1E819E;
}
.TagClassName
{
border-color: #1E819E;
}
</style>