Shades of Scooter #1F7F9C
Tints of Scooter #1F7F9C
RGB
CMYK
RGB Variations
Color information
#1F7F9C (or 0x1F7F9C) is known color: Scooter. HEX triplet: 1F, 7F and 9C. RGB value is (31,127,156). Sum of RGB (Red+Green+Blue) = 31+127+156=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F7F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7F9C is #E08063. Grayscale: #656565. Windows color (decimal): -14712932 or 10256159. OLE color: 10256159.
HSL color Cylindrical-coordinate representation of color #1F7F9C: hue angle of 193.92º 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 #1F7F9C is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 127 | 156 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.39 |
| HSL | 193.92º | 0.67% | 0.37% | - |
| HSV(B) | 193.92º | 0.8% | 0.61% | - |
| XYZ | 14.16 | 17.87 | 34.16 | - |
| YUV | 101.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 156 | 0.80 | 0.19 | 0 | 0.39 | 193.92 | 0.67 | 0.37 |
| Hex | 1F | 7F | 9C | 50 | 13 | 0 | 27 | C2 | 43 | 25 |
| Octal | 37 | 177 | 234 | 120 | 23 | 0 | 47 | 302 | 103 | 45 |
| Binary | 11111 | 1111111 | 10011100 | 1010000 | 10011 | 0 | 100111 | 11000010 | 1000011 | 100101 |
Color Harmonies of #1F7F9C
Complementary color
Monochromatic Colors of #1F7F9C
Black with #1F7F9C
Text Example
Text Example
White with #1F7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F9C; }
p { color: rgb(31,127,156); }
H1.HeaderClassName
{
color: #1F7F9C;
}
.AnyTagClassName
{
color: #1F7F9C;
}
</style>
background-color css
<style>
a { background-color: #1F7F9C; }
a { background-color: rgb(31,127,156); }
div.DivClassName
{
background-color: #1F7F9C;
}
.BgClassName
{
background-color: #1F7F9C;
}
</style>
border-color css
<style>
span { border-color: #1F7F9C; }
span { border-color: rgb(31,127,156); }
td.TdClassName
{
border-color: #1F7F9C;
}
.TagClassName
{
border-color: #1F7F9C;
}
</style>