Shades of Scooter #1F7FAB
Tints of Scooter #1F7FAB
RGB
CMYK
RGB Variations
Color information
#1F7FAB (or 0x1F7FAB) is known color: Scooter. HEX triplet: 1F, 7F and AB. RGB value is (31,127,171). Sum of RGB (Red+Green+Blue) = 31+127+171=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FAB is #E08054. Grayscale: #676767. Windows color (decimal): -14712917 or 11239199. OLE color: 11239199.
HSL color Cylindrical-coordinate representation of color #1F7FAB: hue angle of 198.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7FAB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 127 | 171 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.33 |
| HSL | 198.86º | 0.69% | 0.4% | - |
| HSV(B) | 198.86º | 0.82% | 0.67% | - |
| XYZ | 15.51 | 18.41 | 41.26 | - |
| YUV | 103.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 171 | 0.82 | 0.26 | 0 | 0.33 | 198.86 | 0.69 | 0.4 |
| Hex | 1F | 7F | AB | 52 | 1A | 0 | 21 | C7 | 45 | 28 |
| Octal | 37 | 177 | 253 | 122 | 32 | 0 | 41 | 307 | 105 | 50 |
| Binary | 11111 | 1111111 | 10101011 | 1010010 | 11010 | 0 | 100001 | 11000111 | 1000101 | 101000 |
Color Harmonies of #1F7FAB
Complementary color
Monochromatic Colors of #1F7FAB
Black with #1F7FAB
Text Example
Text Example
White with #1F7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FAB; }
p { color: rgb(31,127,171); }
H1.HeaderClassName
{
color: #1F7FAB;
}
.AnyTagClassName
{
color: #1F7FAB;
}
</style>
background-color css
<style>
a { background-color: #1F7FAB; }
a { background-color: rgb(31,127,171); }
div.DivClassName
{
background-color: #1F7FAB;
}
.BgClassName
{
background-color: #1F7FAB;
}
</style>
border-color css
<style>
span { border-color: #1F7FAB; }
span { border-color: rgb(31,127,171); }
td.TdClassName
{
border-color: #1F7FAB;
}
.TagClassName
{
border-color: #1F7FAB;
}
</style>