Shades of Scooter #1B7D9B
Tints of Scooter #1B7D9B
RGB
CMYK
RGB Variations
Color information
#1B7D9B (or 0x1B7D9B) is known color: Scooter. HEX triplet: 1B, 7D and 9B. RGB value is (27,125,155). Sum of RGB (Red+Green+Blue) = 27+125+155=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7D9B is #E48264. Grayscale: #626262. Windows color (decimal): -14975589 or 10190107. OLE color: 10190107.
HSL color Cylindrical-coordinate representation of color #1B7D9B: hue angle of 194.06º 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 #1B7D9B is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 125 | 155 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.39 |
| HSL | 194.06º | 0.7% | 0.36% | - |
| HSV(B) | 194.06º | 0.83% | 0.61% | - |
| XYZ | 13.7 | 17.27 | 33.62 | - |
| YUV | 99.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 155 | 0.83 | 0.19 | 0 | 0.39 | 194.06 | 0.7 | 0.36 |
| Hex | 1B | 7D | 9B | 53 | 13 | 0 | 27 | C2 | 46 | 24 |
| Octal | 33 | 175 | 233 | 123 | 23 | 0 | 47 | 302 | 106 | 44 |
| Binary | 11011 | 1111101 | 10011011 | 1010011 | 10011 | 0 | 100111 | 11000010 | 1000110 | 100100 |
Color Harmonies of #1B7D9B
Complementary color
Monochromatic Colors of #1B7D9B
Black with #1B7D9B
Text Example
Text Example
White with #1B7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7D9B; }
p { color: rgb(27,125,155); }
H1.HeaderClassName
{
color: #1B7D9B;
}
.AnyTagClassName
{
color: #1B7D9B;
}
</style>
background-color css
<style>
a { background-color: #1B7D9B; }
a { background-color: rgb(27,125,155); }
div.DivClassName
{
background-color: #1B7D9B;
}
.BgClassName
{
background-color: #1B7D9B;
}
</style>
border-color css
<style>
span { border-color: #1B7D9B; }
span { border-color: rgb(27,125,155); }
td.TdClassName
{
border-color: #1B7D9B;
}
.TagClassName
{
border-color: #1B7D9B;
}
</style>