Shades of Scooter #1C7FA4
Tints of Scooter #1C7FA4
RGB
CMYK
RGB Variations
Color information
#1C7FA4 (or 0x1C7FA4) is known color: Scooter. HEX triplet: 1C, 7F and A4. RGB value is (28,127,164). Sum of RGB (Red+Green+Blue) = 28+127+164=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C7FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7FA4 is #E3805B. Grayscale: #656565. Windows color (decimal): -14909532 or 10780444. OLE color: 10780444.
HSL color Cylindrical-coordinate representation of color #1C7FA4: hue angle of 196.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7FA4 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 127 | 164 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.36 |
| HSL | 196.32º | 0.71% | 0.38% | - |
| HSV(B) | 196.32º | 0.83% | 0.64% | - |
| XYZ | 14.77 | 18.11 | 37.84 | - |
| YUV | 101.62 | 163.2 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 164 | 0.83 | 0.23 | 0 | 0.36 | 196.32 | 0.71 | 0.38 |
| Hex | 1C | 7F | A4 | 53 | 17 | 0 | 24 | C4 | 47 | 26 |
| Octal | 34 | 177 | 244 | 123 | 27 | 0 | 44 | 304 | 107 | 46 |
| Binary | 11100 | 1111111 | 10100100 | 1010011 | 10111 | 0 | 100100 | 11000100 | 1000111 | 100110 |
Color Harmonies of #1C7FA4
Complementary color
Monochromatic Colors of #1C7FA4
Black with #1C7FA4
Text Example
Text Example
White with #1C7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FA4; }
p { color: rgb(28,127,164); }
H1.HeaderClassName
{
color: #1C7FA4;
}
.AnyTagClassName
{
color: #1C7FA4;
}
</style>
background-color css
<style>
a { background-color: #1C7FA4; }
a { background-color: rgb(28,127,164); }
div.DivClassName
{
background-color: #1C7FA4;
}
.BgClassName
{
background-color: #1C7FA4;
}
</style>
border-color css
<style>
span { border-color: #1C7FA4; }
span { border-color: rgb(28,127,164); }
td.TdClassName
{
border-color: #1C7FA4;
}
.TagClassName
{
border-color: #1C7FA4;
}
</style>