Shades of Dark Cyan #01918D
Tints of Dark Cyan #01918D
RGB
CMYK
RGB Variations
Color information
#01918D (or 0x01918D) is known color: Dark Cyan. HEX triplet: 01, 91 and 8D. RGB value is (1,145,141). Sum of RGB (Red+Green+Blue) = 1+145+141=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #01918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01918D is #FE6E72. Grayscale: #656565. Windows color (decimal): -16674419 or 9277697. OLE color: 9277697.
HSL color Cylindrical-coordinate representation of color #01918D: hue angle of 178.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01918D is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 141 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.43 |
| HSL | 178.33º | 0.99% | 0.29% | - |
| HSV(B) | 178.33º | 0.99% | 0.57% | - |
| XYZ | 14.95 | 22.18 | 28.69 | - |
| YUV | 101.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 141 | 0.99 | 0 | 0.03 | 0.43 | 178.33 | 0.99 | 0.29 |
| Hex | 1 | 91 | 8D | 63 | 0 | 3 | 2B | B2 | 63 | 1D |
| Octal | 1 | 221 | 215 | 143 | 0 | 3 | 53 | 262 | 143 | 35 |
| Binary | 1 | 10010001 | 10001101 | 1100011 | 0 | 11 | 101011 | 10110010 | 1100011 | 11101 |
Color Harmonies of #01918D
Complementary color
Monochromatic Colors of #01918D
Black with #01918D
Text Example
Text Example
White with #01918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01918D; }
p { color: rgb(1,145,141); }
H1.HeaderClassName
{
color: #01918D;
}
.AnyTagClassName
{
color: #01918D;
}
</style>
background-color css
<style>
a { background-color: #01918D; }
a { background-color: rgb(1,145,141); }
div.DivClassName
{
background-color: #01918D;
}
.BgClassName
{
background-color: #01918D;
}
</style>
border-color css
<style>
span { border-color: #01918D; }
span { border-color: rgb(1,145,141); }
td.TdClassName
{
border-color: #01918D;
}
.TagClassName
{
border-color: #01918D;
}
</style>