Shades of Atoll #1F777C
Tints of Atoll #1F777C
RGB
CMYK
RGB Variations
Color information
#1F777C (or 0x1F777C) is known color: Atoll. HEX triplet: 1F, 77 and 7C. RGB value is (31,119,124). Sum of RGB (Red+Green+Blue) = 31+119+124=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F777C is #E08883. Grayscale: #5D5D5D. Windows color (decimal): -14715012 or 8156959. OLE color: 8156959.
HSL color Cylindrical-coordinate representation of color #1F777C: hue angle of 183.23º 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 #1F777C is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 119 | 124 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.51 |
| HSL | 183.23º | 0.6% | 0.3% | - |
| HSV(B) | 183.23º | 0.75% | 0.49% | - |
| XYZ | 10.8 | 14.94 | 21.38 | - |
| YUV | 93.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 124 | 0.75 | 0.04 | 0 | 0.51 | 183.23 | 0.6 | 0.3 |
| Hex | 1F | 77 | 7C | 4B | 4 | 0 | 33 | B7 | 3C | 1E |
| Octal | 37 | 167 | 174 | 113 | 4 | 0 | 63 | 267 | 74 | 36 |
| Binary | 11111 | 1110111 | 1111100 | 1001011 | 100 | 0 | 110011 | 10110111 | 111100 | 11110 |
Color Harmonies of #1F777C
Complementary color
Monochromatic Colors of #1F777C
Black with #1F777C
Text Example
Text Example
White with #1F777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F777C; }
p { color: rgb(31,119,124); }
H1.HeaderClassName
{
color: #1F777C;
}
.AnyTagClassName
{
color: #1F777C;
}
</style>
background-color css
<style>
a { background-color: #1F777C; }
a { background-color: rgb(31,119,124); }
div.DivClassName
{
background-color: #1F777C;
}
.BgClassName
{
background-color: #1F777C;
}
</style>
border-color css
<style>
span { border-color: #1F777C; }
span { border-color: rgb(31,119,124); }
td.TdClassName
{
border-color: #1F777C;
}
.TagClassName
{
border-color: #1F777C;
}
</style>