Shades of Atoll #1F767C
Tints of Atoll #1F767C
RGB
CMYK
RGB Variations
Color information
#1F767C (or 0x1F767C) is known color: Atoll. HEX triplet: 1F, 76 and 7C. RGB value is (31,118,124). Sum of RGB (Red+Green+Blue) = 31+118+124=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F767C is #E08983. Grayscale: #5C5C5C. Windows color (decimal): -14715268 or 8156703. OLE color: 8156703.
HSL color Cylindrical-coordinate representation of color #1F767C: hue angle of 183.87º 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 #1F767C is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 118 | 124 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.51 |
| HSL | 183.87º | 0.6% | 0.3% | - |
| HSV(B) | 183.87º | 0.75% | 0.49% | - |
| XYZ | 10.68 | 14.7 | 21.34 | - |
| YUV | 92.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 124 | 0.75 | 0.05 | 0 | 0.51 | 183.87 | 0.6 | 0.3 |
| Hex | 1F | 76 | 7C | 4B | 5 | 0 | 33 | B8 | 3C | 1E |
| Octal | 37 | 166 | 174 | 113 | 5 | 0 | 63 | 270 | 74 | 36 |
| Binary | 11111 | 1110110 | 1111100 | 1001011 | 101 | 0 | 110011 | 10111000 | 111100 | 11110 |
Color Harmonies of #1F767C
Complementary color
Monochromatic Colors of #1F767C
Black with #1F767C
Text Example
Text Example
White with #1F767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F767C; }
p { color: rgb(31,118,124); }
H1.HeaderClassName
{
color: #1F767C;
}
.AnyTagClassName
{
color: #1F767C;
}
</style>
background-color css
<style>
a { background-color: #1F767C; }
a { background-color: rgb(31,118,124); }
div.DivClassName
{
background-color: #1F767C;
}
.BgClassName
{
background-color: #1F767C;
}
</style>
border-color css
<style>
span { border-color: #1F767C; }
span { border-color: rgb(31,118,124); }
td.TdClassName
{
border-color: #1F767C;
}
.TagClassName
{
border-color: #1F767C;
}
</style>