Shades of Scooter #1B81A5
Tints of Scooter #1B81A5
RGB
CMYK
RGB Variations
Color information
#1B81A5 (or 0x1B81A5) is known color: Scooter. HEX triplet: 1B, 81 and A5. RGB value is (27,129,165). Sum of RGB (Red+Green+Blue) = 27+129+165=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B81A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B81A5 is #E47E5A. Grayscale: #666666. Windows color (decimal): -14974555 or 10846491. OLE color: 10846491.
HSL color Cylindrical-coordinate representation of color #1B81A5: hue angle of 195.65º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B81A5 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 129 | 165 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.35 |
| HSL | 195.65º | 0.72% | 0.38% | - |
| HSV(B) | 195.65º | 0.84% | 0.65% | - |
| XYZ | 15.09 | 18.65 | 38.4 | - |
| YUV | 102.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 165 | 0.84 | 0.22 | 0 | 0.35 | 195.65 | 0.72 | 0.38 |
| Hex | 1B | 81 | A5 | 54 | 16 | 0 | 23 | C4 | 48 | 26 |
| Octal | 33 | 201 | 245 | 124 | 26 | 0 | 43 | 304 | 110 | 46 |
| Binary | 11011 | 10000001 | 10100101 | 1010100 | 10110 | 0 | 100011 | 11000100 | 1001000 | 100110 |
Color Harmonies of #1B81A5
Complementary color
Monochromatic Colors of #1B81A5
Black with #1B81A5
Text Example
Text Example
White with #1B81A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B81A5; }
p { color: rgb(27,129,165); }
H1.HeaderClassName
{
color: #1B81A5;
}
.AnyTagClassName
{
color: #1B81A5;
}
</style>
background-color css
<style>
a { background-color: #1B81A5; }
a { background-color: rgb(27,129,165); }
div.DivClassName
{
background-color: #1B81A5;
}
.BgClassName
{
background-color: #1B81A5;
}
</style>
border-color css
<style>
span { border-color: #1B81A5; }
span { border-color: rgb(27,129,165); }
td.TdClassName
{
border-color: #1B81A5;
}
.TagClassName
{
border-color: #1B81A5;
}
</style>