Shades of Dark Cyan #019080
Tints of Dark Cyan #019080
RGB
CMYK
RGB Variations
Color information
#019080 (or 0x019080) is known color: Dark Cyan. HEX triplet: 01, 90 and 80. RGB value is (1,144,128). Sum of RGB (Red+Green+Blue) = 1+144+128=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #019080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019080 is #FE6F7F. Grayscale: #636363. Windows color (decimal): -16674688 or 8425473. OLE color: 8425473.
HSL color Cylindrical-coordinate representation of color #019080: hue angle of 173.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019080 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 128 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.44 |
| HSL | 173.29º | 0.99% | 0.28% | - |
| HSV(B) | 173.29º | 0.99% | 0.56% | - |
| XYZ | 13.88 | 21.51 | 23.84 | - |
| YUV | 99.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 128 | 0.99 | 0 | 0.11 | 0.44 | 173.29 | 0.99 | 0.28 |
| Hex | 1 | 90 | 80 | 63 | 0 | B | 2C | AD | 63 | 1C |
| Octal | 1 | 220 | 200 | 143 | 0 | 13 | 54 | 255 | 143 | 34 |
| Binary | 1 | 10010000 | 10000000 | 1100011 | 0 | 1011 | 101100 | 10101101 | 1100011 | 11100 |
Color Harmonies of #019080
Complementary color
Monochromatic Colors of #019080
Black with #019080
Text Example
Text Example
White with #019080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019080; }
p { color: rgb(1,144,128); }
H1.HeaderClassName
{
color: #019080;
}
.AnyTagClassName
{
color: #019080;
}
</style>
background-color css
<style>
a { background-color: #019080; }
a { background-color: rgb(1,144,128); }
div.DivClassName
{
background-color: #019080;
}
.BgClassName
{
background-color: #019080;
}
</style>
border-color css
<style>
span { border-color: #019080; }
span { border-color: rgb(1,144,128); }
td.TdClassName
{
border-color: #019080;
}
.TagClassName
{
border-color: #019080;
}
</style>