Shades of Scooter #1C849C
Tints of Scooter #1C849C
RGB
CMYK
RGB Variations
Color information
#1C849C (or 0x1C849C) is known color: Scooter. HEX triplet: 1C, 84 and 9C. RGB value is (28,132,156). Sum of RGB (Red+Green+Blue) = 28+132+156=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 132 (51.95% from 255 or 41.77% 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 #1C849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C849C is #E37B63. Grayscale: #676767. Windows color (decimal): -14908260 or 10257436. OLE color: 10257436.
HSL color Cylindrical-coordinate representation of color #1C849C: hue angle of 191.25º degrees, saturation: 0.7, 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 #1C849C is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 132 | 156 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.39 |
| HSL | 191.25º | 0.7% | 0.36% | - |
| HSV(B) | 191.25º | 0.82% | 0.61% | - |
| XYZ | 14.73 | 19.15 | 34.37 | - |
| YUV | 103.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 156 | 0.82 | 0.15 | 0 | 0.39 | 191.25 | 0.7 | 0.36 |
| Hex | 1C | 84 | 9C | 52 | F | 0 | 27 | BF | 46 | 24 |
| Octal | 34 | 204 | 234 | 122 | 17 | 0 | 47 | 277 | 106 | 44 |
| Binary | 11100 | 10000100 | 10011100 | 1010010 | 1111 | 0 | 100111 | 10111111 | 1000110 | 100100 |
Color Harmonies of #1C849C
Complementary color
Monochromatic Colors of #1C849C
Black with #1C849C
Text Example
Text Example
White with #1C849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C849C; }
p { color: rgb(28,132,156); }
H1.HeaderClassName
{
color: #1C849C;
}
.AnyTagClassName
{
color: #1C849C;
}
</style>
background-color css
<style>
a { background-color: #1C849C; }
a { background-color: rgb(28,132,156); }
div.DivClassName
{
background-color: #1C849C;
}
.BgClassName
{
background-color: #1C849C;
}
</style>
border-color css
<style>
span { border-color: #1C849C; }
span { border-color: rgb(28,132,156); }
td.TdClassName
{
border-color: #1C849C;
}
.TagClassName
{
border-color: #1C849C;
}
</style>