Shades of Scooter #1F7CA0
Tints of Scooter #1F7CA0
RGB
CMYK
RGB Variations
Color information
#1F7CA0 (or 0x1F7CA0) is known color: Scooter. HEX triplet: 1F, 7C and A0. RGB value is (31,124,160). Sum of RGB (Red+Green+Blue) = 31+124+160=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F7CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7CA0 is #E0835F. Grayscale: #646464. Windows color (decimal): -14713696 or 10517535. OLE color: 10517535.
HSL color Cylindrical-coordinate representation of color #1F7CA0: hue angle of 196.74º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7CA0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 124 | 160 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.37 |
| HSL | 196.74º | 0.68% | 0.37% | - |
| HSV(B) | 196.74º | 0.81% | 0.63% | - |
| XYZ | 14.12 | 17.24 | 35.84 | - |
| YUV | 100.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 160 | 0.81 | 0.22 | 0 | 0.37 | 196.74 | 0.68 | 0.37 |
| Hex | 1F | 7C | A0 | 51 | 16 | 0 | 25 | C5 | 44 | 25 |
| Octal | 37 | 174 | 240 | 121 | 26 | 0 | 45 | 305 | 104 | 45 |
| Binary | 11111 | 1111100 | 10100000 | 1010001 | 10110 | 0 | 100101 | 11000101 | 1000100 | 100101 |
Color Harmonies of #1F7CA0
Complementary color
Monochromatic Colors of #1F7CA0
Black with #1F7CA0
Text Example
Text Example
White with #1F7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CA0; }
p { color: rgb(31,124,160); }
H1.HeaderClassName
{
color: #1F7CA0;
}
.AnyTagClassName
{
color: #1F7CA0;
}
</style>
background-color css
<style>
a { background-color: #1F7CA0; }
a { background-color: rgb(31,124,160); }
div.DivClassName
{
background-color: #1F7CA0;
}
.BgClassName
{
background-color: #1F7CA0;
}
</style>
border-color css
<style>
span { border-color: #1F7CA0; }
span { border-color: rgb(31,124,160); }
td.TdClassName
{
border-color: #1F7CA0;
}
.TagClassName
{
border-color: #1F7CA0;
}
</style>