Shades of Scooter #1F8092
Tints of Scooter #1F8092
RGB
CMYK
RGB Variations
Color information
#1F8092 (or 0x1F8092) is known color: Scooter. HEX triplet: 1F, 80 and 92. RGB value is (31,128,146). Sum of RGB (Red+Green+Blue) = 31+128+146=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F8092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8092 is #E07F6D. Grayscale: #646464. Windows color (decimal): -14712686 or 9601055. OLE color: 9601055.
HSL color Cylindrical-coordinate representation of color #1F8092: hue angle of 189.39º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F8092 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 128 | 146 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.43 |
| HSL | 189.39º | 0.65% | 0.35% | - |
| HSV(B) | 189.39º | 0.79% | 0.57% | - |
| XYZ | 13.47 | 17.8 | 29.92 | - |
| YUV | 101.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 146 | 0.79 | 0.12 | 0 | 0.43 | 189.39 | 0.65 | 0.35 |
| Hex | 1F | 80 | 92 | 4F | C | 0 | 2B | BD | 41 | 23 |
| Octal | 37 | 200 | 222 | 117 | 14 | 0 | 53 | 275 | 101 | 43 |
| Binary | 11111 | 10000000 | 10010010 | 1001111 | 1100 | 0 | 101011 | 10111101 | 1000001 | 100011 |
Color Harmonies of #1F8092
Complementary color
Monochromatic Colors of #1F8092
Black with #1F8092
Text Example
Text Example
White with #1F8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8092; }
p { color: rgb(31,128,146); }
H1.HeaderClassName
{
color: #1F8092;
}
.AnyTagClassName
{
color: #1F8092;
}
</style>
background-color css
<style>
a { background-color: #1F8092; }
a { background-color: rgb(31,128,146); }
div.DivClassName
{
background-color: #1F8092;
}
.BgClassName
{
background-color: #1F8092;
}
</style>
border-color css
<style>
span { border-color: #1F8092; }
span { border-color: rgb(31,128,146); }
td.TdClassName
{
border-color: #1F8092;
}
.TagClassName
{
border-color: #1F8092;
}
</style>