Shades of Scooter #1F7E9C
Tints of Scooter #1F7E9C
RGB
CMYK
RGB Variations
Color information
#1F7E9C (or 0x1F7E9C) is known color: Scooter. HEX triplet: 1F, 7E and 9C. RGB value is (31,126,156). Sum of RGB (Red+Green+Blue) = 31+126+156=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F7E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7E9C is #E08163. Grayscale: #646464. Windows color (decimal): -14713188 or 10255903. OLE color: 10255903.
HSL color Cylindrical-coordinate representation of color #1F7E9C: hue angle of 194.4º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7E9C is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 126 | 156 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.39 |
| HSL | 194.4º | 0.67% | 0.37% | - |
| HSV(B) | 194.4º | 0.8% | 0.61% | - |
| XYZ | 14.03 | 17.61 | 34.11 | - |
| YUV | 101.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 156 | 0.80 | 0.19 | 0 | 0.39 | 194.4 | 0.67 | 0.37 |
| Hex | 1F | 7E | 9C | 50 | 13 | 0 | 27 | C2 | 43 | 25 |
| Octal | 37 | 176 | 234 | 120 | 23 | 0 | 47 | 302 | 103 | 45 |
| Binary | 11111 | 1111110 | 10011100 | 1010000 | 10011 | 0 | 100111 | 11000010 | 1000011 | 100101 |
Color Harmonies of #1F7E9C
Complementary color
Monochromatic Colors of #1F7E9C
Black with #1F7E9C
Text Example
Text Example
White with #1F7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E9C; }
p { color: rgb(31,126,156); }
H1.HeaderClassName
{
color: #1F7E9C;
}
.AnyTagClassName
{
color: #1F7E9C;
}
</style>
background-color css
<style>
a { background-color: #1F7E9C; }
a { background-color: rgb(31,126,156); }
div.DivClassName
{
background-color: #1F7E9C;
}
.BgClassName
{
background-color: #1F7E9C;
}
</style>
border-color css
<style>
span { border-color: #1F7E9C; }
span { border-color: rgb(31,126,156); }
td.TdClassName
{
border-color: #1F7E9C;
}
.TagClassName
{
border-color: #1F7E9C;
}
</style>