Shades of Atoll #1F7579
Tints of Atoll #1F7579
RGB
CMYK
RGB Variations
Color information
#1F7579 (or 0x1F7579) is known color: Atoll. HEX triplet: 1F, 75 and 79. RGB value is (31,117,121). Sum of RGB (Red+Green+Blue) = 31+117+121=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F7579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7579 is #E08A86. Grayscale: #5B5B5B. Windows color (decimal): -14715527 or 7959839. OLE color: 7959839.
HSL color Cylindrical-coordinate representation of color #1F7579: hue angle of 182.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7579 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 117 | 121 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.53 |
| HSL | 182.67º | 0.59% | 0.3% | - |
| HSV(B) | 182.67º | 0.74% | 0.47% | - |
| XYZ | 10.38 | 14.39 | 20.32 | - |
| YUV | 91.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 121 | 0.74 | 0.03 | 0 | 0.53 | 182.67 | 0.59 | 0.3 |
| Hex | 1F | 75 | 79 | 4A | 3 | 0 | 35 | B7 | 3B | 1E |
| Octal | 37 | 165 | 171 | 112 | 3 | 0 | 65 | 267 | 73 | 36 |
| Binary | 11111 | 1110101 | 1111001 | 1001010 | 11 | 0 | 110101 | 10110111 | 111011 | 11110 |
Color Harmonies of #1F7579
Complementary color
Monochromatic Colors of #1F7579
Black with #1F7579
Text Example
Text Example
White with #1F7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7579; }
p { color: rgb(31,117,121); }
H1.HeaderClassName
{
color: #1F7579;
}
.AnyTagClassName
{
color: #1F7579;
}
</style>
background-color css
<style>
a { background-color: #1F7579; }
a { background-color: rgb(31,117,121); }
div.DivClassName
{
background-color: #1F7579;
}
.BgClassName
{
background-color: #1F7579;
}
</style>
border-color css
<style>
span { border-color: #1F7579; }
span { border-color: rgb(31,117,121); }
td.TdClassName
{
border-color: #1F7579;
}
.TagClassName
{
border-color: #1F7579;
}
</style>