Shades of Atoll #1D7982
Tints of Atoll #1D7982
RGB
CMYK
RGB Variations
Color information
#1D7982 (or 0x1D7982) is known color: Atoll. HEX triplet: 1D, 79 and 82. RGB value is (29,121,130). Sum of RGB (Red+Green+Blue) = 29+121+130=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D7982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7982 is #E2867D. Grayscale: #5E5E5E. Windows color (decimal): -14845566 or 8550685. OLE color: 8550685.
HSL color Cylindrical-coordinate representation of color #1D7982: hue angle of 185.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7982 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 121 | 130 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.49 |
| HSL | 185.35º | 0.64% | 0.31% | - |
| HSV(B) | 185.35º | 0.78% | 0.51% | - |
| XYZ | 11.37 | 15.55 | 23.52 | - |
| YUV | 94.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 130 | 0.78 | 0.07 | 0 | 0.49 | 185.35 | 0.64 | 0.31 |
| Hex | 1D | 79 | 82 | 4E | 7 | 0 | 31 | B9 | 40 | 1F |
| Octal | 35 | 171 | 202 | 116 | 7 | 0 | 61 | 271 | 100 | 37 |
| Binary | 11101 | 1111001 | 10000010 | 1001110 | 111 | 0 | 110001 | 10111001 | 1000000 | 11111 |
Color Harmonies of #1D7982
Complementary color
Monochromatic Colors of #1D7982
Black with #1D7982
Text Example
Text Example
White with #1D7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7982; }
p { color: rgb(29,121,130); }
H1.HeaderClassName
{
color: #1D7982;
}
.AnyTagClassName
{
color: #1D7982;
}
</style>
background-color css
<style>
a { background-color: #1D7982; }
a { background-color: rgb(29,121,130); }
div.DivClassName
{
background-color: #1D7982;
}
.BgClassName
{
background-color: #1D7982;
}
</style>
border-color css
<style>
span { border-color: #1D7982; }
span { border-color: rgb(29,121,130); }
td.TdClassName
{
border-color: #1D7982;
}
.TagClassName
{
border-color: #1D7982;
}
</style>