Shades of Atoll #1F7B88
Tints of Atoll #1F7B88
RGB
CMYK
RGB Variations
Color information
#1F7B88 (or 0x1F7B88) is known color: Atoll. HEX triplet: 1F, 7B and 88. RGB value is (31,123,136). Sum of RGB (Red+Green+Blue) = 31+123+136=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F7B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7B88 is #E08477. Grayscale: #606060. Windows color (decimal): -14713976 or 8944415. OLE color: 8944415.
HSL color Cylindrical-coordinate representation of color #1F7B88: hue angle of 187.43º 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 #1F7B88 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 123 | 136 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.47 |
| HSL | 187.43º | 0.63% | 0.33% | - |
| HSV(B) | 187.43º | 0.77% | 0.53% | - |
| XYZ | 12.09 | 16.23 | 25.79 | - |
| YUV | 96.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 136 | 0.77 | 0.10 | 0 | 0.47 | 187.43 | 0.63 | 0.33 |
| Hex | 1F | 7B | 88 | 4D | A | 0 | 2F | BB | 3F | 21 |
| Octal | 37 | 173 | 210 | 115 | 12 | 0 | 57 | 273 | 77 | 41 |
| Binary | 11111 | 1111011 | 10001000 | 1001101 | 1010 | 0 | 101111 | 10111011 | 111111 | 100001 |
Color Harmonies of #1F7B88
Complementary color
Monochromatic Colors of #1F7B88
Black with #1F7B88
Text Example
Text Example
White with #1F7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7B88; }
p { color: rgb(31,123,136); }
H1.HeaderClassName
{
color: #1F7B88;
}
.AnyTagClassName
{
color: #1F7B88;
}
</style>
background-color css
<style>
a { background-color: #1F7B88; }
a { background-color: rgb(31,123,136); }
div.DivClassName
{
background-color: #1F7B88;
}
.BgClassName
{
background-color: #1F7B88;
}
</style>
border-color css
<style>
span { border-color: #1F7B88; }
span { border-color: rgb(31,123,136); }
td.TdClassName
{
border-color: #1F7B88;
}
.TagClassName
{
border-color: #1F7B88;
}
</style>