Shades of Scooter #1B849B
Tints of Scooter #1B849B
RGB
CMYK
RGB Variations
Color information
#1B849B (or 0x1B849B) is known color: Scooter. HEX triplet: 1B, 84 and 9B. RGB value is (27,132,155). Sum of RGB (Red+Green+Blue) = 27+132+155=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B849B is #E47B64. Grayscale: #676767. Windows color (decimal): -14973797 or 10191899. OLE color: 10191899.
HSL color Cylindrical-coordinate representation of color #1B849B: hue angle of 190.78º 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 #1B849B is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 132 | 155 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.39 |
| HSL | 190.78º | 0.7% | 0.36% | - |
| HSV(B) | 190.78º | 0.83% | 0.61% | - |
| XYZ | 14.62 | 19.1 | 33.93 | - |
| YUV | 103.23 | 157.21 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 155 | 0.83 | 0.15 | 0 | 0.39 | 190.78 | 0.7 | 0.36 |
| Hex | 1B | 84 | 9B | 53 | F | 0 | 27 | BF | 46 | 24 |
| Octal | 33 | 204 | 233 | 123 | 17 | 0 | 47 | 277 | 106 | 44 |
| Binary | 11011 | 10000100 | 10011011 | 1010011 | 1111 | 0 | 100111 | 10111111 | 1000110 | 100100 |
Color Harmonies of #1B849B
Complementary color
Monochromatic Colors of #1B849B
Black with #1B849B
Text Example
Text Example
White with #1B849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B849B; }
p { color: rgb(27,132,155); }
H1.HeaderClassName
{
color: #1B849B;
}
.AnyTagClassName
{
color: #1B849B;
}
</style>
background-color css
<style>
a { background-color: #1B849B; }
a { background-color: rgb(27,132,155); }
div.DivClassName
{
background-color: #1B849B;
}
.BgClassName
{
background-color: #1B849B;
}
</style>
border-color css
<style>
span { border-color: #1B849B; }
span { border-color: rgb(27,132,155); }
td.TdClassName
{
border-color: #1B849B;
}
.TagClassName
{
border-color: #1B849B;
}
</style>