Shades of Scooter #1F809F
Tints of Scooter #1F809F
RGB
CMYK
RGB Variations
Color information
#1F809F (or 0x1F809F) is known color: Scooter. HEX triplet: 1F, 80 and 9F. RGB value is (31,128,159). Sum of RGB (Red+Green+Blue) = 31+128+159=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F809F is #E07F60. Grayscale: #666666. Windows color (decimal): -14712673 or 10453023. OLE color: 10453023.
HSL color Cylindrical-coordinate representation of color #1F809F: hue angle of 194.53º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F809F is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 128 | 159 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.38 |
| HSL | 194.53º | 0.67% | 0.37% | - |
| HSV(B) | 194.53º | 0.81% | 0.62% | - |
| XYZ | 14.54 | 18.23 | 35.55 | - |
| YUV | 102.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 159 | 0.81 | 0.19 | 0 | 0.38 | 194.53 | 0.67 | 0.37 |
| Hex | 1F | 80 | 9F | 51 | 13 | 0 | 26 | C3 | 43 | 25 |
| Octal | 37 | 200 | 237 | 121 | 23 | 0 | 46 | 303 | 103 | 45 |
| Binary | 11111 | 10000000 | 10011111 | 1010001 | 10011 | 0 | 100110 | 11000011 | 1000011 | 100101 |
Color Harmonies of #1F809F
Complementary color
Monochromatic Colors of #1F809F
Black with #1F809F
Text Example
Text Example
White with #1F809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F809F; }
p { color: rgb(31,128,159); }
H1.HeaderClassName
{
color: #1F809F;
}
.AnyTagClassName
{
color: #1F809F;
}
</style>
background-color css
<style>
a { background-color: #1F809F; }
a { background-color: rgb(31,128,159); }
div.DivClassName
{
background-color: #1F809F;
}
.BgClassName
{
background-color: #1F809F;
}
</style>
border-color css
<style>
span { border-color: #1F809F; }
span { border-color: rgb(31,128,159); }
td.TdClassName
{
border-color: #1F809F;
}
.TagClassName
{
border-color: #1F809F;
}
</style>