Shades of Scooter #1F829B
Tints of Scooter #1F829B
RGB
CMYK
RGB Variations
Color information
#1F829B (or 0x1F829B) is known color: Scooter. HEX triplet: 1F, 82 and 9B. RGB value is (31,130,155). Sum of RGB (Red+Green+Blue) = 31+130+155=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F829B is #E07D64. Grayscale: #676767. Windows color (decimal): -14712165 or 10191391. OLE color: 10191391.
HSL color Cylindrical-coordinate representation of color #1F829B: hue angle of 192.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F829B is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 130 | 155 | - |
| CMYK | 0.8 | 0.16 | 0 | 0.39 |
| HSL | 192.1º | 0.67% | 0.36% | - |
| HSV(B) | 192.1º | 0.8% | 0.61% | - |
| XYZ | 14.46 | 18.62 | 33.84 | - |
| YUV | 103.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 155 | 0.8 | 0.16 | 0 | 0.39 | 192.1 | 0.67 | 0.36 |
| Hex | 1F | 82 | 9B | 50 | 10 | 0 | 27 | C0 | 43 | 24 |
| Octal | 37 | 202 | 233 | 120 | 20 | 0 | 47 | 300 | 103 | 44 |
| Binary | 11111 | 10000010 | 10011011 | 1010000 | 10000 | 0 | 100111 | 11000000 | 1000011 | 100100 |
Color Harmonies of #1F829B
Complementary color
Monochromatic Colors of #1F829B
Black with #1F829B
Text Example
Text Example
White with #1F829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F829B; }
p { color: rgb(31,130,155); }
H1.HeaderClassName
{
color: #1F829B;
}
.AnyTagClassName
{
color: #1F829B;
}
</style>
background-color css
<style>
a { background-color: #1F829B; }
a { background-color: rgb(31,130,155); }
div.DivClassName
{
background-color: #1F829B;
}
.BgClassName
{
background-color: #1F829B;
}
</style>
border-color css
<style>
span { border-color: #1F829B; }
span { border-color: rgb(31,130,155); }
td.TdClassName
{
border-color: #1F829B;
}
.TagClassName
{
border-color: #1F829B;
}
</style>