Shades of Scooter #1F7F99
Tints of Scooter #1F7F99
RGB
CMYK
RGB Variations
Color information
#1F7F99 (or 0x1F7F99) is known color: Scooter. HEX triplet: 1F, 7F and 99. RGB value is (31,127,153). Sum of RGB (Red+Green+Blue) = 31+127+153=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7F99 is #E08066. Grayscale: #656565. Windows color (decimal): -14712935 or 10059551. OLE color: 10059551.
HSL color Cylindrical-coordinate representation of color #1F7F99: hue angle of 192.79º 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 #1F7F99 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 127 | 153 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.4 |
| HSL | 192.79º | 0.66% | 0.36% | - |
| HSV(B) | 192.79º | 0.8% | 0.6% | - |
| XYZ | 13.9 | 17.77 | 32.83 | - |
| YUV | 101.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 153 | 0.80 | 0.17 | 0 | 0.4 | 192.79 | 0.66 | 0.36 |
| Hex | 1F | 7F | 99 | 50 | 11 | 0 | 28 | C1 | 42 | 24 |
| Octal | 37 | 177 | 231 | 120 | 21 | 0 | 50 | 301 | 102 | 44 |
| Binary | 11111 | 1111111 | 10011001 | 1010000 | 10001 | 0 | 101000 | 11000001 | 1000010 | 100100 |
Color Harmonies of #1F7F99
Complementary color
Monochromatic Colors of #1F7F99
Black with #1F7F99
Text Example
Text Example
White with #1F7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F99; }
p { color: rgb(31,127,153); }
H1.HeaderClassName
{
color: #1F7F99;
}
.AnyTagClassName
{
color: #1F7F99;
}
</style>
background-color css
<style>
a { background-color: #1F7F99; }
a { background-color: rgb(31,127,153); }
div.DivClassName
{
background-color: #1F7F99;
}
.BgClassName
{
background-color: #1F7F99;
}
</style>
border-color css
<style>
span { border-color: #1F7F99; }
span { border-color: rgb(31,127,153); }
td.TdClassName
{
border-color: #1F7F99;
}
.TagClassName
{
border-color: #1F7F99;
}
</style>