Shades of Atoll #1F757A
Tints of Atoll #1F757A
RGB
CMYK
RGB Variations
Color information
#1F757A (or 0x1F757A) is known color: Atoll. HEX triplet: 1F, 75 and 7A. RGB value is (31,117,122). Sum of RGB (Red+Green+Blue) = 31+117+122=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F757A is #E08A85. Grayscale: #5B5B5B. Windows color (decimal): -14715526 or 8025375. OLE color: 8025375.
HSL color Cylindrical-coordinate representation of color #1F757A: hue angle of 183.3º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F757A is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 117 | 122 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.52 |
| HSL | 183.3º | 0.59% | 0.3% | - |
| HSV(B) | 183.3º | 0.75% | 0.48% | - |
| XYZ | 10.44 | 14.42 | 20.65 | - |
| YUV | 91.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 122 | 0.75 | 0.04 | 0 | 0.52 | 183.3 | 0.59 | 0.3 |
| Hex | 1F | 75 | 7A | 4B | 4 | 0 | 34 | B7 | 3B | 1E |
| Octal | 37 | 165 | 172 | 113 | 4 | 0 | 64 | 267 | 73 | 36 |
| Binary | 11111 | 1110101 | 1111010 | 1001011 | 100 | 0 | 110100 | 10110111 | 111011 | 11110 |
Color Harmonies of #1F757A
Complementary color
Monochromatic Colors of #1F757A
Black with #1F757A
Text Example
Text Example
White with #1F757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F757A; }
p { color: rgb(31,117,122); }
H1.HeaderClassName
{
color: #1F757A;
}
.AnyTagClassName
{
color: #1F757A;
}
</style>
background-color css
<style>
a { background-color: #1F757A; }
a { background-color: rgb(31,117,122); }
div.DivClassName
{
background-color: #1F757A;
}
.BgClassName
{
background-color: #1F757A;
}
</style>
border-color css
<style>
span { border-color: #1F757A; }
span { border-color: rgb(31,117,122); }
td.TdClassName
{
border-color: #1F757A;
}
.TagClassName
{
border-color: #1F757A;
}
</style>