Shades of Scooter #1B7E99
Tints of Scooter #1B7E99
RGB
CMYK
RGB Variations
Color information
#1B7E99 (or 0x1B7E99) is known color: Scooter. HEX triplet: 1B, 7E and 99. RGB value is (27,126,153). Sum of RGB (Red+Green+Blue) = 27+126+153=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B7E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7E99 is #E48166. Grayscale: #636363. Windows color (decimal): -14975335 or 10059291. OLE color: 10059291.
HSL color Cylindrical-coordinate representation of color #1B7E99: hue angle of 192.86º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7E99 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 126 | 153 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.4 |
| HSL | 192.86º | 0.7% | 0.35% | - |
| HSV(B) | 192.86º | 0.82% | 0.6% | - |
| XYZ | 13.66 | 17.45 | 32.79 | - |
| YUV | 99.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 153 | 0.82 | 0.18 | 0 | 0.4 | 192.86 | 0.7 | 0.35 |
| Hex | 1B | 7E | 99 | 52 | 12 | 0 | 28 | C1 | 46 | 23 |
| Octal | 33 | 176 | 231 | 122 | 22 | 0 | 50 | 301 | 106 | 43 |
| Binary | 11011 | 1111110 | 10011001 | 1010010 | 10010 | 0 | 101000 | 11000001 | 1000110 | 100011 |
Color Harmonies of #1B7E99
Complementary color
Monochromatic Colors of #1B7E99
Black with #1B7E99
Text Example
Text Example
White with #1B7E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E99; }
p { color: rgb(27,126,153); }
H1.HeaderClassName
{
color: #1B7E99;
}
.AnyTagClassName
{
color: #1B7E99;
}
</style>
background-color css
<style>
a { background-color: #1B7E99; }
a { background-color: rgb(27,126,153); }
div.DivClassName
{
background-color: #1B7E99;
}
.BgClassName
{
background-color: #1B7E99;
}
</style>
border-color css
<style>
span { border-color: #1B7E99; }
span { border-color: rgb(27,126,153); }
td.TdClassName
{
border-color: #1B7E99;
}
.TagClassName
{
border-color: #1B7E99;
}
</style>