Shades of Scooter #1B7E9C
Tints of Scooter #1B7E9C
RGB
CMYK
RGB Variations
Color information
#1B7E9C (or 0x1B7E9C) is known color: Scooter. HEX triplet: 1B, 7E and 9C. RGB value is (27,126,156). Sum of RGB (Red+Green+Blue) = 27+126+156=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B7E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7E9C is #E48163. Grayscale: #636363. Windows color (decimal): -14975332 or 10255899. OLE color: 10255899.
HSL color Cylindrical-coordinate representation of color #1B7E9C: hue angle of 193.95º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B7E9C is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 126 | 156 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.39 |
| HSL | 193.95º | 0.7% | 0.36% | - |
| HSV(B) | 193.95º | 0.83% | 0.61% | - |
| XYZ | 13.91 | 17.56 | 34.11 | - |
| YUV | 99.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 156 | 0.83 | 0.19 | 0 | 0.39 | 193.95 | 0.7 | 0.36 |
| Hex | 1B | 7E | 9C | 53 | 13 | 0 | 27 | C2 | 46 | 24 |
| Octal | 33 | 176 | 234 | 123 | 23 | 0 | 47 | 302 | 106 | 44 |
| Binary | 11011 | 1111110 | 10011100 | 1010011 | 10011 | 0 | 100111 | 11000010 | 1000110 | 100100 |
Color Harmonies of #1B7E9C
Complementary color
Monochromatic Colors of #1B7E9C
Black with #1B7E9C
Text Example
Text Example
White with #1B7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E9C; }
p { color: rgb(27,126,156); }
H1.HeaderClassName
{
color: #1B7E9C;
}
.AnyTagClassName
{
color: #1B7E9C;
}
</style>
background-color css
<style>
a { background-color: #1B7E9C; }
a { background-color: rgb(27,126,156); }
div.DivClassName
{
background-color: #1B7E9C;
}
.BgClassName
{
background-color: #1B7E9C;
}
</style>
border-color css
<style>
span { border-color: #1B7E9C; }
span { border-color: rgb(27,126,156); }
td.TdClassName
{
border-color: #1B7E9C;
}
.TagClassName
{
border-color: #1B7E9C;
}
</style>