Shades of Atoll #1F787C
Tints of Atoll #1F787C
RGB
CMYK
RGB Variations
Color information
#1F787C (or 0x1F787C) is known color: Atoll. HEX triplet: 1F, 78 and 7C. RGB value is (31,120,124). Sum of RGB (Red+Green+Blue) = 31+120+124=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F787C is #E08783. Grayscale: #5D5D5D. Windows color (decimal): -14714756 or 8157215. OLE color: 8157215.
HSL color Cylindrical-coordinate representation of color #1F787C: hue angle of 182.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F787C is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 120 | 124 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.51 |
| HSL | 182.58º | 0.6% | 0.3% | - |
| HSV(B) | 182.58º | 0.75% | 0.49% | - |
| XYZ | 10.92 | 15.18 | 21.42 | - |
| YUV | 93.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 124 | 0.75 | 0.03 | 0 | 0.51 | 182.58 | 0.6 | 0.3 |
| Hex | 1F | 78 | 7C | 4B | 3 | 0 | 33 | B7 | 3C | 1E |
| Octal | 37 | 170 | 174 | 113 | 3 | 0 | 63 | 267 | 74 | 36 |
| Binary | 11111 | 1111000 | 1111100 | 1001011 | 11 | 0 | 110011 | 10110111 | 111100 | 11110 |
Color Harmonies of #1F787C
Complementary color
Monochromatic Colors of #1F787C
Black with #1F787C
Text Example
Text Example
White with #1F787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F787C; }
p { color: rgb(31,120,124); }
H1.HeaderClassName
{
color: #1F787C;
}
.AnyTagClassName
{
color: #1F787C;
}
</style>
background-color css
<style>
a { background-color: #1F787C; }
a { background-color: rgb(31,120,124); }
div.DivClassName
{
background-color: #1F787C;
}
.BgClassName
{
background-color: #1F787C;
}
</style>
border-color css
<style>
span { border-color: #1F787C; }
span { border-color: rgb(31,120,124); }
td.TdClassName
{
border-color: #1F787C;
}
.TagClassName
{
border-color: #1F787C;
}
</style>