Shades of Scooter #1D83A0
Tints of Scooter #1D83A0
RGB
CMYK
RGB Variations
Color information
#1D83A0 (or 0x1D83A0) is known color: Scooter. HEX triplet: 1D, 83 and A0. RGB value is (29,131,160). Sum of RGB (Red+Green+Blue) = 29+131+160=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #1D83A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D83A0 is #E27C5F. Grayscale: #676767. Windows color (decimal): -14842976 or 10519325. OLE color: 10519325.
HSL color Cylindrical-coordinate representation of color #1D83A0: hue angle of 193.28º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D83A0 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 131 | 160 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.37 |
| HSL | 193.28º | 0.69% | 0.37% | - |
| HSV(B) | 193.28º | 0.82% | 0.63% | - |
| XYZ | 14.97 | 19.03 | 36.14 | - |
| YUV | 103.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 160 | 0.82 | 0.18 | 0 | 0.37 | 193.28 | 0.69 | 0.37 |
| Hex | 1D | 83 | A0 | 52 | 12 | 0 | 25 | C1 | 45 | 25 |
| Octal | 35 | 203 | 240 | 122 | 22 | 0 | 45 | 301 | 105 | 45 |
| Binary | 11101 | 10000011 | 10100000 | 1010010 | 10010 | 0 | 100101 | 11000001 | 1000101 | 100101 |
Color Harmonies of #1D83A0
Complementary color
Monochromatic Colors of #1D83A0
Black with #1D83A0
Text Example
Text Example
White with #1D83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D83A0; }
p { color: rgb(29,131,160); }
H1.HeaderClassName
{
color: #1D83A0;
}
.AnyTagClassName
{
color: #1D83A0;
}
</style>
background-color css
<style>
a { background-color: #1D83A0; }
a { background-color: rgb(29,131,160); }
div.DivClassName
{
background-color: #1D83A0;
}
.BgClassName
{
background-color: #1D83A0;
}
</style>
border-color css
<style>
span { border-color: #1D83A0; }
span { border-color: rgb(29,131,160); }
td.TdClassName
{
border-color: #1D83A0;
}
.TagClassName
{
border-color: #1D83A0;
}
</style>