Shades of Scooter #1F8499
Tints of Scooter #1F8499
RGB
CMYK
RGB Variations
Color information
#1F8499 (or 0x1F8499) is known color: Scooter. HEX triplet: 1F, 84 and 99. RGB value is (31,132,153). Sum of RGB (Red+Green+Blue) = 31+132+153=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F8499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8499 is #E07B66. Grayscale: #686868. Windows color (decimal): -14711655 or 10060831. OLE color: 10060831.
HSL color Cylindrical-coordinate representation of color #1F8499: hue angle of 190.33º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8499 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 132 | 153 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.4 |
| HSL | 190.33º | 0.66% | 0.36% | - |
| HSV(B) | 190.33º | 0.8% | 0.6% | - |
| XYZ | 14.57 | 19.09 | 33.05 | - |
| YUV | 104.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 153 | 0.80 | 0.14 | 0 | 0.4 | 190.33 | 0.66 | 0.36 |
| Hex | 1F | 84 | 99 | 50 | E | 0 | 28 | BE | 42 | 24 |
| Octal | 37 | 204 | 231 | 120 | 16 | 0 | 50 | 276 | 102 | 44 |
| Binary | 11111 | 10000100 | 10011001 | 1010000 | 1110 | 0 | 101000 | 10111110 | 1000010 | 100100 |
Color Harmonies of #1F8499
Complementary color
Monochromatic Colors of #1F8499
Black with #1F8499
Text Example
Text Example
White with #1F8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8499; }
p { color: rgb(31,132,153); }
H1.HeaderClassName
{
color: #1F8499;
}
.AnyTagClassName
{
color: #1F8499;
}
</style>
background-color css
<style>
a { background-color: #1F8499; }
a { background-color: rgb(31,132,153); }
div.DivClassName
{
background-color: #1F8499;
}
.BgClassName
{
background-color: #1F8499;
}
</style>
border-color css
<style>
span { border-color: #1F8499; }
span { border-color: rgb(31,132,153); }
td.TdClassName
{
border-color: #1F8499;
}
.TagClassName
{
border-color: #1F8499;
}
</style>