Shades of Atoll #1F7D8B
Tints of Atoll #1F7D8B
RGB
CMYK
RGB Variations
Color information
#1F7D8B (or 0x1F7D8B) is known color: Atoll. HEX triplet: 1F, 7D and 8B. RGB value is (31,125,139). Sum of RGB (Red+Green+Blue) = 31+125+139=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F7D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7D8B is #E08274. Grayscale: #626262. Windows color (decimal): -14713461 or 9141535. OLE color: 9141535.
HSL color Cylindrical-coordinate representation of color #1F7D8B: hue angle of 187.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F7D8B is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 125 | 139 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.45 |
| HSL | 187.78º | 0.64% | 0.33% | - |
| HSV(B) | 187.78º | 0.78% | 0.55% | - |
| XYZ | 12.56 | 16.82 | 27.01 | - |
| YUV | 98.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 139 | 0.78 | 0.10 | 0 | 0.45 | 187.78 | 0.64 | 0.33 |
| Hex | 1F | 7D | 8B | 4E | A | 0 | 2D | BC | 40 | 21 |
| Octal | 37 | 175 | 213 | 116 | 12 | 0 | 55 | 274 | 100 | 41 |
| Binary | 11111 | 1111101 | 10001011 | 1001110 | 1010 | 0 | 101101 | 10111100 | 1000000 | 100001 |
Color Harmonies of #1F7D8B
Complementary color
Monochromatic Colors of #1F7D8B
Black with #1F7D8B
Text Example
Text Example
White with #1F7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D8B; }
p { color: rgb(31,125,139); }
H1.HeaderClassName
{
color: #1F7D8B;
}
.AnyTagClassName
{
color: #1F7D8B;
}
</style>
background-color css
<style>
a { background-color: #1F7D8B; }
a { background-color: rgb(31,125,139); }
div.DivClassName
{
background-color: #1F7D8B;
}
.BgClassName
{
background-color: #1F7D8B;
}
</style>
border-color css
<style>
span { border-color: #1F7D8B; }
span { border-color: rgb(31,125,139); }
td.TdClassName
{
border-color: #1F7D8B;
}
.TagClassName
{
border-color: #1F7D8B;
}
</style>