Shades of Scooter #1C7D9B
Tints of Scooter #1C7D9B
RGB
CMYK
RGB Variations
Color information
#1C7D9B (or 0x1C7D9B) is known color: Scooter. HEX triplet: 1C, 7D and 9B. RGB value is (28,125,155). Sum of RGB (Red+Green+Blue) = 28+125+155=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7D9B is #E38264. Grayscale: #636363. Windows color (decimal): -14910053 or 10190108. OLE color: 10190108.
HSL color Cylindrical-coordinate representation of color #1C7D9B: hue angle of 194.17º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7D9B is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 125 | 155 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.39 |
| HSL | 194.17º | 0.69% | 0.36% | - |
| HSV(B) | 194.17º | 0.82% | 0.61% | - |
| XYZ | 13.73 | 17.28 | 33.62 | - |
| YUV | 99.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 155 | 0.82 | 0.19 | 0 | 0.39 | 194.17 | 0.69 | 0.36 |
| Hex | 1C | 7D | 9B | 52 | 13 | 0 | 27 | C2 | 45 | 24 |
| Octal | 34 | 175 | 233 | 122 | 23 | 0 | 47 | 302 | 105 | 44 |
| Binary | 11100 | 1111101 | 10011011 | 1010010 | 10011 | 0 | 100111 | 11000010 | 1000101 | 100100 |
Color Harmonies of #1C7D9B
Complementary color
Monochromatic Colors of #1C7D9B
Black with #1C7D9B
Text Example
Text Example
White with #1C7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7D9B; }
p { color: rgb(28,125,155); }
H1.HeaderClassName
{
color: #1C7D9B;
}
.AnyTagClassName
{
color: #1C7D9B;
}
</style>
background-color css
<style>
a { background-color: #1C7D9B; }
a { background-color: rgb(28,125,155); }
div.DivClassName
{
background-color: #1C7D9B;
}
.BgClassName
{
background-color: #1C7D9B;
}
</style>
border-color css
<style>
span { border-color: #1C7D9B; }
span { border-color: rgb(28,125,155); }
td.TdClassName
{
border-color: #1C7D9B;
}
.TagClassName
{
border-color: #1C7D9B;
}
</style>