Shades of Scooter #1F82AB
Tints of Scooter #1F82AB
RGB
CMYK
RGB Variations
Color information
#1F82AB (or 0x1F82AB) is known color: Scooter. HEX triplet: 1F, 82 and AB. RGB value is (31,130,171). Sum of RGB (Red+Green+Blue) = 31+130+171=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F82AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F82AB is #E07D54. Grayscale: #686868. Windows color (decimal): -14712149 or 11239967. OLE color: 11239967.
HSL color Cylindrical-coordinate representation of color #1F82AB: hue angle of 197.57º 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 #1F82AB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 130 | 171 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.33 |
| HSL | 197.57º | 0.69% | 0.4% | - |
| HSV(B) | 197.57º | 0.82% | 0.67% | - |
| XYZ | 15.9 | 19.2 | 41.4 | - |
| YUV | 105.07 | 165.2 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 171 | 0.82 | 0.24 | 0 | 0.33 | 197.57 | 0.69 | 0.4 |
| Hex | 1F | 82 | AB | 52 | 18 | 0 | 21 | C6 | 45 | 28 |
| Octal | 37 | 202 | 253 | 122 | 30 | 0 | 41 | 306 | 105 | 50 |
| Binary | 11111 | 10000010 | 10101011 | 1010010 | 11000 | 0 | 100001 | 11000110 | 1000101 | 101000 |
Color Harmonies of #1F82AB
Complementary color
Monochromatic Colors of #1F82AB
Black with #1F82AB
Text Example
Text Example
White with #1F82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F82AB; }
p { color: rgb(31,130,171); }
H1.HeaderClassName
{
color: #1F82AB;
}
.AnyTagClassName
{
color: #1F82AB;
}
</style>
background-color css
<style>
a { background-color: #1F82AB; }
a { background-color: rgb(31,130,171); }
div.DivClassName
{
background-color: #1F82AB;
}
.BgClassName
{
background-color: #1F82AB;
}
</style>
border-color css
<style>
span { border-color: #1F82AB; }
span { border-color: rgb(31,130,171); }
td.TdClassName
{
border-color: #1F82AB;
}
.TagClassName
{
border-color: #1F82AB;
}
</style>