Shades of Atoll #1D7980
Tints of Atoll #1D7980
RGB
CMYK
RGB Variations
Color information
#1D7980 (or 0x1D7980) is known color: Atoll. HEX triplet: 1D, 79 and 80. RGB value is (29,121,128). Sum of RGB (Red+Green+Blue) = 29+121+128=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D7980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7980 is #E2867F. Grayscale: #5E5E5E. Windows color (decimal): -14845568 or 8419613. OLE color: 8419613.
HSL color Cylindrical-coordinate representation of color #1D7980: hue angle of 184.24º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7980 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 121 | 128 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.50 |
| HSL | 184.24º | 0.63% | 0.31% | - |
| HSV(B) | 184.24º | 0.77% | 0.5% | - |
| XYZ | 11.24 | 15.49 | 22.82 | - |
| YUV | 94.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 128 | 0.77 | 0.05 | 0 | 0.50 | 184.24 | 0.63 | 0.31 |
| Hex | 1D | 79 | 80 | 4D | 5 | 0 | 32 | B8 | 3F | 1F |
| Octal | 35 | 171 | 200 | 115 | 5 | 0 | 62 | 270 | 77 | 37 |
| Binary | 11101 | 1111001 | 10000000 | 1001101 | 101 | 0 | 110010 | 10111000 | 111111 | 11111 |
Color Harmonies of #1D7980
Complementary color
Monochromatic Colors of #1D7980
Black with #1D7980
Text Example
Text Example
White with #1D7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7980; }
p { color: rgb(29,121,128); }
H1.HeaderClassName
{
color: #1D7980;
}
.AnyTagClassName
{
color: #1D7980;
}
</style>
background-color css
<style>
a { background-color: #1D7980; }
a { background-color: rgb(29,121,128); }
div.DivClassName
{
background-color: #1D7980;
}
.BgClassName
{
background-color: #1D7980;
}
</style>
border-color css
<style>
span { border-color: #1D7980; }
span { border-color: rgb(29,121,128); }
td.TdClassName
{
border-color: #1D7980;
}
.TagClassName
{
border-color: #1D7980;
}
</style>