Shades of Scooter #1E7D9B
Tints of Scooter #1E7D9B
RGB
CMYK
RGB Variations
Color information
#1E7D9B (or 0x1E7D9B) is known color: Scooter. HEX triplet: 1E, 7D and 9B. RGB value is (30,125,155). Sum of RGB (Red+Green+Blue) = 30+125+155=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7D9B is #E18264. Grayscale: #636363. Windows color (decimal): -14778981 or 10190110. OLE color: 10190110.
HSL color Cylindrical-coordinate representation of color #1E7D9B: hue angle of 194.4º 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 #1E7D9B is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 125 | 155 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.39 |
| HSL | 194.4º | 0.68% | 0.36% | - |
| HSV(B) | 194.4º | 0.81% | 0.61% | - |
| XYZ | 13.79 | 17.31 | 33.62 | - |
| YUV | 100.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 125 | 155 | 0.81 | 0.19 | 0 | 0.39 | 194.4 | 0.68 | 0.36 |
| Hex | 1E | 7D | 9B | 51 | 13 | 0 | 27 | C2 | 44 | 24 |
| Octal | 36 | 175 | 233 | 121 | 23 | 0 | 47 | 302 | 104 | 44 |
| Binary | 11110 | 1111101 | 10011011 | 1010001 | 10011 | 0 | 100111 | 11000010 | 1000100 | 100100 |
Color Harmonies of #1E7D9B
Complementary color
Monochromatic Colors of #1E7D9B
Black with #1E7D9B
Text Example
Text Example
White with #1E7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7D9B; }
p { color: rgb(30,125,155); }
H1.HeaderClassName
{
color: #1E7D9B;
}
.AnyTagClassName
{
color: #1E7D9B;
}
</style>
background-color css
<style>
a { background-color: #1E7D9B; }
a { background-color: rgb(30,125,155); }
div.DivClassName
{
background-color: #1E7D9B;
}
.BgClassName
{
background-color: #1E7D9B;
}
</style>
border-color css
<style>
span { border-color: #1E7D9B; }
span { border-color: rgb(30,125,155); }
td.TdClassName
{
border-color: #1E7D9B;
}
.TagClassName
{
border-color: #1E7D9B;
}
</style>