Shades of Dark Cyan #018587
Tints of Dark Cyan #018587
RGB
CMYK
RGB Variations
Color information
#018587 (or 0x018587) is known color: Dark Cyan. HEX triplet: 01, 85 and 87. RGB value is (1,133,135). Sum of RGB (Red+Green+Blue) = 1+133+135=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #018587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018587 is #FE7A78. Grayscale: #5D5D5D. Windows color (decimal): -16677497 or 8881409. OLE color: 8881409.
HSL color Cylindrical-coordinate representation of color #018587: hue angle of 180.9º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018587 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 133 | 135 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.47 |
| HSL | 180.9º | 0.99% | 0.27% | - |
| HSV(B) | 180.9º | 0.99% | 0.53% | - |
| XYZ | 12.77 | 18.53 | 25.83 | - |
| YUV | 93.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 135 | 0.99 | 0.01 | 0 | 0.47 | 180.9 | 0.99 | 0.27 |
| Hex | 1 | 85 | 87 | 63 | 1 | 0 | 2F | B5 | 63 | 1B |
| Octal | 1 | 205 | 207 | 143 | 1 | 0 | 57 | 265 | 143 | 33 |
| Binary | 1 | 10000101 | 10000111 | 1100011 | 1 | 0 | 101111 | 10110101 | 1100011 | 11011 |
Color Harmonies of #018587
Complementary color
Monochromatic Colors of #018587
Black with #018587
Text Example
Text Example
White with #018587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018587; }
p { color: rgb(1,133,135); }
H1.HeaderClassName
{
color: #018587;
}
.AnyTagClassName
{
color: #018587;
}
</style>
background-color css
<style>
a { background-color: #018587; }
a { background-color: rgb(1,133,135); }
div.DivClassName
{
background-color: #018587;
}
.BgClassName
{
background-color: #018587;
}
</style>
border-color css
<style>
span { border-color: #018587; }
span { border-color: rgb(1,133,135); }
td.TdClassName
{
border-color: #018587;
}
.TagClassName
{
border-color: #018587;
}
</style>