Shades of Scooter #1D7FA3
Tints of Scooter #1D7FA3
RGB
CMYK
RGB Variations
Color information
#1D7FA3 (or 0x1D7FA3) is known color: Scooter. HEX triplet: 1D, 7F and A3. RGB value is (29,127,163). Sum of RGB (Red+Green+Blue) = 29+127+163=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D7FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7FA3 is #E2805C. Grayscale: #656565. Windows color (decimal): -14843997 or 10714909. OLE color: 10714909.
HSL color Cylindrical-coordinate representation of color #1D7FA3: hue angle of 196.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D7FA3 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 127 | 163 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.36 |
| HSL | 196.12º | 0.7% | 0.38% | - |
| HSV(B) | 196.12º | 0.82% | 0.64% | - |
| XYZ | 14.71 | 18.08 | 37.37 | - |
| YUV | 101.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 163 | 0.82 | 0.22 | 0 | 0.36 | 196.12 | 0.7 | 0.38 |
| Hex | 1D | 7F | A3 | 52 | 16 | 0 | 24 | C4 | 46 | 26 |
| Octal | 35 | 177 | 243 | 122 | 26 | 0 | 44 | 304 | 106 | 46 |
| Binary | 11101 | 1111111 | 10100011 | 1010010 | 10110 | 0 | 100100 | 11000100 | 1000110 | 100110 |
Color Harmonies of #1D7FA3
Complementary color
Monochromatic Colors of #1D7FA3
Black with #1D7FA3
Text Example
Text Example
White with #1D7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7FA3; }
p { color: rgb(29,127,163); }
H1.HeaderClassName
{
color: #1D7FA3;
}
.AnyTagClassName
{
color: #1D7FA3;
}
</style>
background-color css
<style>
a { background-color: #1D7FA3; }
a { background-color: rgb(29,127,163); }
div.DivClassName
{
background-color: #1D7FA3;
}
.BgClassName
{
background-color: #1D7FA3;
}
</style>
border-color css
<style>
span { border-color: #1D7FA3; }
span { border-color: rgb(29,127,163); }
td.TdClassName
{
border-color: #1D7FA3;
}
.TagClassName
{
border-color: #1D7FA3;
}
</style>