Shades of Atoll #1D7073
Tints of Atoll #1D7073
RGB
CMYK
RGB Variations
Color information
#1D7073 (or 0x1D7073) is known color: Atoll. HEX triplet: 1D, 70 and 73. RGB value is (29,112,115). Sum of RGB (Red+Green+Blue) = 29+112+115=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7073 is #E28F8C. Grayscale: #575757. Windows color (decimal): -14847885 or 7565341. OLE color: 7565341.
HSL color Cylindrical-coordinate representation of color #1D7073: hue angle of 182.09º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7073 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 112 | 115 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.55 |
| HSL | 182.09º | 0.6% | 0.28% | - |
| HSV(B) | 182.09º | 0.75% | 0.45% | - |
| XYZ | 9.4 | 13.09 | 18.25 | - |
| YUV | 87.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 115 | 0.75 | 0.03 | 0 | 0.55 | 182.09 | 0.6 | 0.28 |
| Hex | 1D | 70 | 73 | 4B | 3 | 0 | 37 | B6 | 3C | 1C |
| Octal | 35 | 160 | 163 | 113 | 3 | 0 | 67 | 266 | 74 | 34 |
| Binary | 11101 | 1110000 | 1110011 | 1001011 | 11 | 0 | 110111 | 10110110 | 111100 | 11100 |
Color Harmonies of #1D7073
Complementary color
Monochromatic Colors of #1D7073
Black with #1D7073
Text Example
Text Example
White with #1D7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7073; }
p { color: rgb(29,112,115); }
H1.HeaderClassName
{
color: #1D7073;
}
.AnyTagClassName
{
color: #1D7073;
}
</style>
background-color css
<style>
a { background-color: #1D7073; }
a { background-color: rgb(29,112,115); }
div.DivClassName
{
background-color: #1D7073;
}
.BgClassName
{
background-color: #1D7073;
}
</style>
border-color css
<style>
span { border-color: #1D7073; }
span { border-color: rgb(29,112,115); }
td.TdClassName
{
border-color: #1D7073;
}
.TagClassName
{
border-color: #1D7073;
}
</style>