Shades of Scooter #1B7F9A
Tints of Scooter #1B7F9A
RGB
CMYK
RGB Variations
Color information
#1B7F9A (or 0x1B7F9A) is known color: Scooter. HEX triplet: 1B, 7F and 9A. RGB value is (27,127,154). Sum of RGB (Red+Green+Blue) = 27+127+154=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B7F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7F9A is #E48065. Grayscale: #636363. Windows color (decimal): -14975078 or 10125083. OLE color: 10125083.
HSL color Cylindrical-coordinate representation of color #1B7F9A: hue angle of 192.76º 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 #1B7F9A is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 127 | 154 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.40 |
| HSL | 192.76º | 0.7% | 0.35% | - |
| HSV(B) | 192.76º | 0.82% | 0.6% | - |
| XYZ | 13.87 | 17.74 | 33.27 | - |
| YUV | 100.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 154 | 0.82 | 0.18 | 0 | 0.40 | 192.76 | 0.7 | 0.35 |
| Hex | 1B | 7F | 9A | 52 | 12 | 0 | 28 | C1 | 46 | 23 |
| Octal | 33 | 177 | 232 | 122 | 22 | 0 | 50 | 301 | 106 | 43 |
| Binary | 11011 | 1111111 | 10011010 | 1010010 | 10010 | 0 | 101000 | 11000001 | 1000110 | 100011 |
Color Harmonies of #1B7F9A
Complementary color
Monochromatic Colors of #1B7F9A
Black with #1B7F9A
Text Example
Text Example
White with #1B7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F9A; }
p { color: rgb(27,127,154); }
H1.HeaderClassName
{
color: #1B7F9A;
}
.AnyTagClassName
{
color: #1B7F9A;
}
</style>
background-color css
<style>
a { background-color: #1B7F9A; }
a { background-color: rgb(27,127,154); }
div.DivClassName
{
background-color: #1B7F9A;
}
.BgClassName
{
background-color: #1B7F9A;
}
</style>
border-color css
<style>
span { border-color: #1B7F9A; }
span { border-color: rgb(27,127,154); }
td.TdClassName
{
border-color: #1B7F9A;
}
.TagClassName
{
border-color: #1B7F9A;
}
</style>