Shades of Dark Cyan #019088
Tints of Dark Cyan #019088
RGB
CMYK
RGB Variations
Color information
#019088 (or 0x019088) is known color: Dark Cyan. HEX triplet: 01, 90 and 88. RGB value is (1,144,136). Sum of RGB (Red+Green+Blue) = 1+144+136=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #019088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019088 is #FE6F77. Grayscale: #646464. Windows color (decimal): -16674680 or 8949761. OLE color: 8949761.
HSL color Cylindrical-coordinate representation of color #019088: hue angle of 176.64º 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 #019088 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 136 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.44 |
| HSL | 176.64º | 0.99% | 0.28% | - |
| HSV(B) | 176.64º | 0.99% | 0.56% | - |
| XYZ | 14.43 | 21.73 | 26.73 | - |
| YUV | 100.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 136 | 0.99 | 0 | 0.06 | 0.44 | 176.64 | 0.99 | 0.28 |
| Hex | 1 | 90 | 88 | 63 | 0 | 6 | 2C | B1 | 63 | 1C |
| Octal | 1 | 220 | 210 | 143 | 0 | 6 | 54 | 261 | 143 | 34 |
| Binary | 1 | 10010000 | 10001000 | 1100011 | 0 | 110 | 101100 | 10110001 | 1100011 | 11100 |
Color Harmonies of #019088
Complementary color
Monochromatic Colors of #019088
Black with #019088
Text Example
Text Example
White with #019088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019088; }
p { color: rgb(1,144,136); }
H1.HeaderClassName
{
color: #019088;
}
.AnyTagClassName
{
color: #019088;
}
</style>
background-color css
<style>
a { background-color: #019088; }
a { background-color: rgb(1,144,136); }
div.DivClassName
{
background-color: #019088;
}
.BgClassName
{
background-color: #019088;
}
</style>
border-color css
<style>
span { border-color: #019088; }
span { border-color: rgb(1,144,136); }
td.TdClassName
{
border-color: #019088;
}
.TagClassName
{
border-color: #019088;
}
</style>