Shades of Scooter #1F819C
Tints of Scooter #1F819C
RGB
CMYK
RGB Variations
Color information
#1F819C (or 0x1F819C) is known color: Scooter. HEX triplet: 1F, 81 and 9C. RGB value is (31,129,156). Sum of RGB (Red+Green+Blue) = 31+129+156=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F819C is #E07E63. Grayscale: #666666. Windows color (decimal): -14712420 or 10256671. OLE color: 10256671.
HSL color Cylindrical-coordinate representation of color #1F819C: hue angle of 192.96º 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 #1F819C is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 129 | 156 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.39 |
| HSL | 192.96º | 0.67% | 0.37% | - |
| HSV(B) | 192.96º | 0.8% | 0.61% | - |
| XYZ | 14.42 | 18.39 | 34.24 | - |
| YUV | 102.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 156 | 0.80 | 0.17 | 0 | 0.39 | 192.96 | 0.67 | 0.37 |
| Hex | 1F | 81 | 9C | 50 | 11 | 0 | 27 | C1 | 43 | 25 |
| Octal | 37 | 201 | 234 | 120 | 21 | 0 | 47 | 301 | 103 | 45 |
| Binary | 11111 | 10000001 | 10011100 | 1010000 | 10001 | 0 | 100111 | 11000001 | 1000011 | 100101 |
Color Harmonies of #1F819C
Complementary color
Monochromatic Colors of #1F819C
Black with #1F819C
Text Example
Text Example
White with #1F819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F819C; }
p { color: rgb(31,129,156); }
H1.HeaderClassName
{
color: #1F819C;
}
.AnyTagClassName
{
color: #1F819C;
}
</style>
background-color css
<style>
a { background-color: #1F819C; }
a { background-color: rgb(31,129,156); }
div.DivClassName
{
background-color: #1F819C;
}
.BgClassName
{
background-color: #1F819C;
}
</style>
border-color css
<style>
span { border-color: #1F819C; }
span { border-color: rgb(31,129,156); }
td.TdClassName
{
border-color: #1F819C;
}
.TagClassName
{
border-color: #1F819C;
}
</style>