Shades of Scooter #1F8398
Tints of Scooter #1F8398
RGB
CMYK
RGB Variations
Color information
#1F8398 (or 0x1F8398) is known color: Scooter. HEX triplet: 1F, 83 and 98. RGB value is (31,131,152). Sum of RGB (Red+Green+Blue) = 31+131+152=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F8398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8398 is #E07C67. Grayscale: #676767. Windows color (decimal): -14711912 or 9995039. OLE color: 9995039.
HSL color Cylindrical-coordinate representation of color #1F8398: hue angle of 190.41º 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 #1F8398 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 131 | 152 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.40 |
| HSL | 190.41º | 0.66% | 0.36% | - |
| HSV(B) | 190.41º | 0.8% | 0.6% | - |
| XYZ | 14.35 | 18.79 | 32.58 | - |
| YUV | 103.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 152 | 0.80 | 0.14 | 0 | 0.40 | 190.41 | 0.66 | 0.36 |
| Hex | 1F | 83 | 98 | 50 | E | 0 | 28 | BE | 42 | 24 |
| Octal | 37 | 203 | 230 | 120 | 16 | 0 | 50 | 276 | 102 | 44 |
| Binary | 11111 | 10000011 | 10011000 | 1010000 | 1110 | 0 | 101000 | 10111110 | 1000010 | 100100 |
Color Harmonies of #1F8398
Complementary color
Monochromatic Colors of #1F8398
Black with #1F8398
Text Example
Text Example
White with #1F8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8398; }
p { color: rgb(31,131,152); }
H1.HeaderClassName
{
color: #1F8398;
}
.AnyTagClassName
{
color: #1F8398;
}
</style>
background-color css
<style>
a { background-color: #1F8398; }
a { background-color: rgb(31,131,152); }
div.DivClassName
{
background-color: #1F8398;
}
.BgClassName
{
background-color: #1F8398;
}
</style>
border-color css
<style>
span { border-color: #1F8398; }
span { border-color: rgb(31,131,152); }
td.TdClassName
{
border-color: #1F8398;
}
.TagClassName
{
border-color: #1F8398;
}
</style>