Shades of Scooter #1B7F9B
Tints of Scooter #1B7F9B
RGB
CMYK
RGB Variations
Color information
#1B7F9B (or 0x1B7F9B) is known color: Scooter. HEX triplet: 1B, 7F and 9B. RGB value is (27,127,155). Sum of RGB (Red+Green+Blue) = 27+127+155=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B7F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7F9B is #E48064. Grayscale: #646464. Windows color (decimal): -14975077 or 10190619. OLE color: 10190619.
HSL color Cylindrical-coordinate representation of color #1B7F9B: hue angle of 193.12º 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 #1B7F9B is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 127 | 155 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.39 |
| HSL | 193.13º | 0.7% | 0.36% | - |
| HSV(B) | 193.13º | 0.83% | 0.61% | - |
| XYZ | 13.96 | 17.78 | 33.71 | - |
| YUV | 100.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 155 | 0.83 | 0.18 | 0 | 0.39 | 193.13 | 0.7 | 0.36 |
| Hex | 1B | 7F | 9B | 53 | 12 | 0 | 27 | C1 | 46 | 24 |
| Octal | 33 | 177 | 233 | 123 | 22 | 0 | 47 | 301 | 106 | 44 |
| Binary | 11011 | 1111111 | 10011011 | 1010011 | 10010 | 0 | 100111 | 11000001 | 1000110 | 100100 |
Color Harmonies of #1B7F9B
Complementary color
Monochromatic Colors of #1B7F9B
Black with #1B7F9B
Text Example
Text Example
White with #1B7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F9B; }
p { color: rgb(27,127,155); }
H1.HeaderClassName
{
color: #1B7F9B;
}
.AnyTagClassName
{
color: #1B7F9B;
}
</style>
background-color css
<style>
a { background-color: #1B7F9B; }
a { background-color: rgb(27,127,155); }
div.DivClassName
{
background-color: #1B7F9B;
}
.BgClassName
{
background-color: #1B7F9B;
}
</style>
border-color css
<style>
span { border-color: #1B7F9B; }
span { border-color: rgb(27,127,155); }
td.TdClassName
{
border-color: #1B7F9B;
}
.TagClassName
{
border-color: #1B7F9B;
}
</style>