Shades of Scooter #1E819B
Tints of Scooter #1E819B
RGB
CMYK
RGB Variations
Color information
#1E819B (or 0x1E819B) is known color: Scooter. HEX triplet: 1E, 81 and 9B. RGB value is (30,129,155). Sum of RGB (Red+Green+Blue) = 30+129+155=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E819B is #E17E64. Grayscale: #666666. Windows color (decimal): -14777957 or 10191134. OLE color: 10191134.
HSL color Cylindrical-coordinate representation of color #1E819B: hue angle of 192.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E819B is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 129 | 155 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.39 |
| HSL | 192.48º | 0.68% | 0.36% | - |
| HSV(B) | 192.48º | 0.81% | 0.61% | - |
| XYZ | 14.3 | 18.34 | 33.8 | - |
| YUV | 102.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 155 | 0.81 | 0.17 | 0 | 0.39 | 192.48 | 0.68 | 0.36 |
| Hex | 1E | 81 | 9B | 51 | 11 | 0 | 27 | C0 | 44 | 24 |
| Octal | 36 | 201 | 233 | 121 | 21 | 0 | 47 | 300 | 104 | 44 |
| Binary | 11110 | 10000001 | 10011011 | 1010001 | 10001 | 0 | 100111 | 11000000 | 1000100 | 100100 |
Color Harmonies of #1E819B
Complementary color
Monochromatic Colors of #1E819B
Black with #1E819B
Text Example
Text Example
White with #1E819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E819B; }
p { color: rgb(30,129,155); }
H1.HeaderClassName
{
color: #1E819B;
}
.AnyTagClassName
{
color: #1E819B;
}
</style>
background-color css
<style>
a { background-color: #1E819B; }
a { background-color: rgb(30,129,155); }
div.DivClassName
{
background-color: #1E819B;
}
.BgClassName
{
background-color: #1E819B;
}
</style>
border-color css
<style>
span { border-color: #1E819B; }
span { border-color: rgb(30,129,155); }
td.TdClassName
{
border-color: #1E819B;
}
.TagClassName
{
border-color: #1E819B;
}
</style>