Shades of Atoll #1F757C
Tints of Atoll #1F757C
RGB
CMYK
RGB Variations
Color information
#1F757C (or 0x1F757C) is known color: Atoll. HEX triplet: 1F, 75 and 7C. RGB value is (31,117,124). Sum of RGB (Red+Green+Blue) = 31+117+124=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F757C is #E08A83. Grayscale: #5B5B5B. Windows color (decimal): -14715524 or 8156447. OLE color: 8156447.
HSL color Cylindrical-coordinate representation of color #1F757C: hue angle of 184.52º 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 #1F757C is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 117 | 124 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.51 |
| HSL | 184.52º | 0.6% | 0.3% | - |
| HSV(B) | 184.52º | 0.75% | 0.49% | - |
| XYZ | 10.56 | 14.47 | 21.3 | - |
| YUV | 92.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 124 | 0.75 | 0.06 | 0 | 0.51 | 184.52 | 0.6 | 0.3 |
| Hex | 1F | 75 | 7C | 4B | 6 | 0 | 33 | B9 | 3C | 1E |
| Octal | 37 | 165 | 174 | 113 | 6 | 0 | 63 | 271 | 74 | 36 |
| Binary | 11111 | 1110101 | 1111100 | 1001011 | 110 | 0 | 110011 | 10111001 | 111100 | 11110 |
Color Harmonies of #1F757C
Complementary color
Monochromatic Colors of #1F757C
Black with #1F757C
Text Example
Text Example
White with #1F757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F757C; }
p { color: rgb(31,117,124); }
H1.HeaderClassName
{
color: #1F757C;
}
.AnyTagClassName
{
color: #1F757C;
}
</style>
background-color css
<style>
a { background-color: #1F757C; }
a { background-color: rgb(31,117,124); }
div.DivClassName
{
background-color: #1F757C;
}
.BgClassName
{
background-color: #1F757C;
}
</style>
border-color css
<style>
span { border-color: #1F757C; }
span { border-color: rgb(31,117,124); }
td.TdClassName
{
border-color: #1F757C;
}
.TagClassName
{
border-color: #1F757C;
}
</style>