Shades of Atoll #1F8083
Tints of Atoll #1F8083
RGB
CMYK
RGB Variations
Color information
#1F8083 (or 0x1F8083) is known color: Atoll. HEX triplet: 1F, 80 and 83. RGB value is (31,128,131). Sum of RGB (Red+Green+Blue) = 31+128+131=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F8083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8083 is #E07F7C. Grayscale: #636363. Windows color (decimal): -14712701 or 8618015. OLE color: 8618015.
HSL color Cylindrical-coordinate representation of color #1F8083: hue angle of 181.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8083 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 128 | 131 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.49 |
| HSL | 181.8º | 0.62% | 0.32% | - |
| HSV(B) | 181.8º | 0.76% | 0.51% | - |
| XYZ | 12.38 | 17.37 | 24.17 | - |
| YUV | 99.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 131 | 0.76 | 0.02 | 0 | 0.49 | 181.8 | 0.62 | 0.32 |
| Hex | 1F | 80 | 83 | 4C | 2 | 0 | 31 | B6 | 3E | 20 |
| Octal | 37 | 200 | 203 | 114 | 2 | 0 | 61 | 266 | 76 | 40 |
| Binary | 11111 | 10000000 | 10000011 | 1001100 | 10 | 0 | 110001 | 10110110 | 111110 | 100000 |
Color Harmonies of #1F8083
Complementary color
Monochromatic Colors of #1F8083
Black with #1F8083
Text Example
Text Example
White with #1F8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8083; }
p { color: rgb(31,128,131); }
H1.HeaderClassName
{
color: #1F8083;
}
.AnyTagClassName
{
color: #1F8083;
}
</style>
background-color css
<style>
a { background-color: #1F8083; }
a { background-color: rgb(31,128,131); }
div.DivClassName
{
background-color: #1F8083;
}
.BgClassName
{
background-color: #1F8083;
}
</style>
border-color css
<style>
span { border-color: #1F8083; }
span { border-color: rgb(31,128,131); }
td.TdClassName
{
border-color: #1F8083;
}
.TagClassName
{
border-color: #1F8083;
}
</style>