Shades of Atoll #1F7074
Tints of Atoll #1F7074
RGB
CMYK
RGB Variations
Color information
#1F7074 (or 0x1F7074) is known color: Atoll. HEX triplet: 1F, 70 and 74. RGB value is (31,112,116). Sum of RGB (Red+Green+Blue) = 31+112+116=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F7074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7074 is #E08F8B. Grayscale: #585858. Windows color (decimal): -14716812 or 7630879. OLE color: 7630879.
HSL color Cylindrical-coordinate representation of color #1F7074: hue angle of 182.82º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7074 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 112 | 116 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.55 |
| HSL | 182.82º | 0.58% | 0.29% | - |
| HSV(B) | 182.82º | 0.73% | 0.45% | - |
| XYZ | 9.51 | 13.14 | 18.56 | - |
| YUV | 88.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 116 | 0.73 | 0.03 | 0 | 0.55 | 182.82 | 0.58 | 0.29 |
| Hex | 1F | 70 | 74 | 49 | 3 | 0 | 37 | B7 | 3A | 1D |
| Octal | 37 | 160 | 164 | 111 | 3 | 0 | 67 | 267 | 72 | 35 |
| Binary | 11111 | 1110000 | 1110100 | 1001001 | 11 | 0 | 110111 | 10110111 | 111010 | 11101 |
Color Harmonies of #1F7074
Complementary color
Monochromatic Colors of #1F7074
Black with #1F7074
Text Example
Text Example
White with #1F7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7074; }
p { color: rgb(31,112,116); }
H1.HeaderClassName
{
color: #1F7074;
}
.AnyTagClassName
{
color: #1F7074;
}
</style>
background-color css
<style>
a { background-color: #1F7074; }
a { background-color: rgb(31,112,116); }
div.DivClassName
{
background-color: #1F7074;
}
.BgClassName
{
background-color: #1F7074;
}
</style>
border-color css
<style>
span { border-color: #1F7074; }
span { border-color: rgb(31,112,116); }
td.TdClassName
{
border-color: #1F7074;
}
.TagClassName
{
border-color: #1F7074;
}
</style>