Shades of Scooter #1E819D
Tints of Scooter #1E819D
RGB
CMYK
RGB Variations
Color information
#1E819D (or 0x1E819D) is known color: Scooter. HEX triplet: 1E, 81 and 9D. RGB value is (30,129,157). Sum of RGB (Red+Green+Blue) = 30+129+157=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E819D is #E17E62. Grayscale: #666666. Windows color (decimal): -14777955 or 10322206. OLE color: 10322206.
HSL color Cylindrical-coordinate representation of color #1E819D: hue angle of 193.23º 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 #1E819D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 129 | 157 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.38 |
| HSL | 193.23º | 0.68% | 0.37% | - |
| HSV(B) | 193.23º | 0.81% | 0.62% | - |
| XYZ | 14.47 | 18.41 | 34.69 | - |
| YUV | 102.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 157 | 0.81 | 0.18 | 0 | 0.38 | 193.23 | 0.68 | 0.37 |
| Hex | 1E | 81 | 9D | 51 | 12 | 0 | 26 | C1 | 44 | 25 |
| Octal | 36 | 201 | 235 | 121 | 22 | 0 | 46 | 301 | 104 | 45 |
| Binary | 11110 | 10000001 | 10011101 | 1010001 | 10010 | 0 | 100110 | 11000001 | 1000100 | 100101 |
Color Harmonies of #1E819D
Complementary color
Monochromatic Colors of #1E819D
Black with #1E819D
Text Example
Text Example
White with #1E819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E819D; }
p { color: rgb(30,129,157); }
H1.HeaderClassName
{
color: #1E819D;
}
.AnyTagClassName
{
color: #1E819D;
}
</style>
background-color css
<style>
a { background-color: #1E819D; }
a { background-color: rgb(30,129,157); }
div.DivClassName
{
background-color: #1E819D;
}
.BgClassName
{
background-color: #1E819D;
}
</style>
border-color css
<style>
span { border-color: #1E819D; }
span { border-color: rgb(30,129,157); }
td.TdClassName
{
border-color: #1E819D;
}
.TagClassName
{
border-color: #1E819D;
}
</style>