Shades of Scooter #1F85A2
Tints of Scooter #1F85A2
RGB
CMYK
RGB Variations
Color information
#1F85A2 (or 0x1F85A2) is known color: Scooter. HEX triplet: 1F, 85 and A2. RGB value is (31,133,162). Sum of RGB (Red+Green+Blue) = 31+133+162=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F85A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F85A2 is #E07A5D. Grayscale: #696969. Windows color (decimal): -14711390 or 10650911. OLE color: 10650911.
HSL color Cylindrical-coordinate representation of color #1F85A2: hue angle of 193.28º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F85A2 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 133 | 162 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.36 |
| HSL | 193.28º | 0.68% | 0.38% | - |
| HSV(B) | 193.28º | 0.81% | 0.64% | - |
| XYZ | 15.47 | 19.68 | 37.16 | - |
| YUV | 105.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 162 | 0.81 | 0.18 | 0 | 0.36 | 193.28 | 0.68 | 0.38 |
| Hex | 1F | 85 | A2 | 51 | 12 | 0 | 24 | C1 | 44 | 26 |
| Octal | 37 | 205 | 242 | 121 | 22 | 0 | 44 | 301 | 104 | 46 |
| Binary | 11111 | 10000101 | 10100010 | 1010001 | 10010 | 0 | 100100 | 11000001 | 1000100 | 100110 |
Color Harmonies of #1F85A2
Complementary color
Monochromatic Colors of #1F85A2
Black with #1F85A2
Text Example
Text Example
White with #1F85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F85A2; }
p { color: rgb(31,133,162); }
H1.HeaderClassName
{
color: #1F85A2;
}
.AnyTagClassName
{
color: #1F85A2;
}
</style>
background-color css
<style>
a { background-color: #1F85A2; }
a { background-color: rgb(31,133,162); }
div.DivClassName
{
background-color: #1F85A2;
}
.BgClassName
{
background-color: #1F85A2;
}
</style>
border-color css
<style>
span { border-color: #1F85A2; }
span { border-color: rgb(31,133,162); }
td.TdClassName
{
border-color: #1F85A2;
}
.TagClassName
{
border-color: #1F85A2;
}
</style>