Shades of Atoll #1C7B85
Tints of Atoll #1C7B85
RGB
CMYK
RGB Variations
Color information
#1C7B85 (or 0x1C7B85) is known color: Atoll. HEX triplet: 1C, 7B and 85. RGB value is (28,123,133). Sum of RGB (Red+Green+Blue) = 28+123+133=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C7B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7B85 is #E3847A. Grayscale: #5F5F5F. Windows color (decimal): -14910587 or 8747804. OLE color: 8747804.
HSL color Cylindrical-coordinate representation of color #1C7B85: hue angle of 185.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C7B85 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 123 | 133 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.48 |
| HSL | 185.71º | 0.65% | 0.32% | - |
| HSV(B) | 185.71º | 0.79% | 0.52% | - |
| XYZ | 11.8 | 16.11 | 24.68 | - |
| YUV | 95.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 133 | 0.79 | 0.08 | 0 | 0.48 | 185.71 | 0.65 | 0.32 |
| Hex | 1C | 7B | 85 | 4F | 8 | 0 | 30 | BA | 41 | 20 |
| Octal | 34 | 173 | 205 | 117 | 10 | 0 | 60 | 272 | 101 | 40 |
| Binary | 11100 | 1111011 | 10000101 | 1001111 | 1000 | 0 | 110000 | 10111010 | 1000001 | 100000 |
Color Harmonies of #1C7B85
Complementary color
Monochromatic Colors of #1C7B85
Black with #1C7B85
Text Example
Text Example
White with #1C7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7B85; }
p { color: rgb(28,123,133); }
H1.HeaderClassName
{
color: #1C7B85;
}
.AnyTagClassName
{
color: #1C7B85;
}
</style>
background-color css
<style>
a { background-color: #1C7B85; }
a { background-color: rgb(28,123,133); }
div.DivClassName
{
background-color: #1C7B85;
}
.BgClassName
{
background-color: #1C7B85;
}
</style>
border-color css
<style>
span { border-color: #1C7B85; }
span { border-color: rgb(28,123,133); }
td.TdClassName
{
border-color: #1C7B85;
}
.TagClassName
{
border-color: #1C7B85;
}
</style>