Shades of Atoll #1F8087
Tints of Atoll #1F8087
RGB
CMYK
RGB Variations
Color information
#1F8087 (or 0x1F8087) is known color: Atoll. HEX triplet: 1F, 80 and 87. RGB value is (31,128,135). Sum of RGB (Red+Green+Blue) = 31+128+135=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F8087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8087 is #E07F78. Grayscale: #636363. Windows color (decimal): -14712697 or 8880159. OLE color: 8880159.
HSL color Cylindrical-coordinate representation of color #1F8087: hue angle of 184.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8087 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 128 | 135 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.47 |
| HSL | 184.04º | 0.63% | 0.33% | - |
| HSV(B) | 184.04º | 0.77% | 0.53% | - |
| XYZ | 12.66 | 17.48 | 25.63 | - |
| YUV | 99.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 135 | 0.77 | 0.05 | 0 | 0.47 | 184.04 | 0.63 | 0.33 |
| Hex | 1F | 80 | 87 | 4D | 5 | 0 | 2F | B8 | 3F | 21 |
| Octal | 37 | 200 | 207 | 115 | 5 | 0 | 57 | 270 | 77 | 41 |
| Binary | 11111 | 10000000 | 10000111 | 1001101 | 101 | 0 | 101111 | 10111000 | 111111 | 100001 |
Color Harmonies of #1F8087
Complementary color
Monochromatic Colors of #1F8087
Black with #1F8087
Text Example
Text Example
White with #1F8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8087; }
p { color: rgb(31,128,135); }
H1.HeaderClassName
{
color: #1F8087;
}
.AnyTagClassName
{
color: #1F8087;
}
</style>
background-color css
<style>
a { background-color: #1F8087; }
a { background-color: rgb(31,128,135); }
div.DivClassName
{
background-color: #1F8087;
}
.BgClassName
{
background-color: #1F8087;
}
</style>
border-color css
<style>
span { border-color: #1F8087; }
span { border-color: rgb(31,128,135); }
td.TdClassName
{
border-color: #1F8087;
}
.TagClassName
{
border-color: #1F8087;
}
</style>