Shades of Scooter #1F80AB
Tints of Scooter #1F80AB
RGB
CMYK
RGB Variations
Color information
#1F80AB (or 0x1F80AB) is known color: Scooter. HEX triplet: 1F, 80 and AB. RGB value is (31,128,171). Sum of RGB (Red+Green+Blue) = 31+128+171=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F80AB is #E07F54. Grayscale: #676767. Windows color (decimal): -14712661 or 11239455. OLE color: 11239455.
HSL color Cylindrical-coordinate representation of color #1F80AB: hue angle of 198.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F80AB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 128 | 171 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.33 |
| HSL | 198.43º | 0.69% | 0.4% | - |
| HSV(B) | 198.43º | 0.82% | 0.67% | - |
| XYZ | 15.63 | 18.67 | 41.31 | - |
| YUV | 103.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 171 | 0.82 | 0.25 | 0 | 0.33 | 198.43 | 0.69 | 0.4 |
| Hex | 1F | 80 | AB | 52 | 19 | 0 | 21 | C6 | 45 | 28 |
| Octal | 37 | 200 | 253 | 122 | 31 | 0 | 41 | 306 | 105 | 50 |
| Binary | 11111 | 10000000 | 10101011 | 1010010 | 11001 | 0 | 100001 | 11000110 | 1000101 | 101000 |
Color Harmonies of #1F80AB
Complementary color
Monochromatic Colors of #1F80AB
Black with #1F80AB
Text Example
Text Example
White with #1F80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F80AB; }
p { color: rgb(31,128,171); }
H1.HeaderClassName
{
color: #1F80AB;
}
.AnyTagClassName
{
color: #1F80AB;
}
</style>
background-color css
<style>
a { background-color: #1F80AB; }
a { background-color: rgb(31,128,171); }
div.DivClassName
{
background-color: #1F80AB;
}
.BgClassName
{
background-color: #1F80AB;
}
</style>
border-color css
<style>
span { border-color: #1F80AB; }
span { border-color: rgb(31,128,171); }
td.TdClassName
{
border-color: #1F80AB;
}
.TagClassName
{
border-color: #1F80AB;
}
</style>