Shades of Dark Cyan #019192
Tints of Dark Cyan #019192
RGB
CMYK
RGB Variations
Color information
#019192 (or 0x019192) is known color: Dark Cyan. HEX triplet: 01, 91 and 92. RGB value is (1,145,146). Sum of RGB (Red+Green+Blue) = 1+145+146=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #019192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019192 is #FE6E6D. Grayscale: #656565. Windows color (decimal): -16674414 or 9605377. OLE color: 9605377.
HSL color Cylindrical-coordinate representation of color #019192: hue angle of 180.41º 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 #019192 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 146 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.43 |
| HSL | 180.41º | 0.99% | 0.29% | - |
| HSV(B) | 180.41º | 0.99% | 0.57% | - |
| XYZ | 15.33 | 22.33 | 30.7 | - |
| YUV | 102.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 146 | 0.99 | 0.01 | 0 | 0.43 | 180.41 | 0.99 | 0.29 |
| Hex | 1 | 91 | 92 | 63 | 1 | 0 | 2B | B4 | 63 | 1D |
| Octal | 1 | 221 | 222 | 143 | 1 | 0 | 53 | 264 | 143 | 35 |
| Binary | 1 | 10010001 | 10010010 | 1100011 | 1 | 0 | 101011 | 10110100 | 1100011 | 11101 |
Color Harmonies of #019192
Complementary color
Monochromatic Colors of #019192
Black with #019192
Text Example
Text Example
White with #019192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019192; }
p { color: rgb(1,145,146); }
H1.HeaderClassName
{
color: #019192;
}
.AnyTagClassName
{
color: #019192;
}
</style>
background-color css
<style>
a { background-color: #019192; }
a { background-color: rgb(1,145,146); }
div.DivClassName
{
background-color: #019192;
}
.BgClassName
{
background-color: #019192;
}
</style>
border-color css
<style>
span { border-color: #019192; }
span { border-color: rgb(1,145,146); }
td.TdClassName
{
border-color: #019192;
}
.TagClassName
{
border-color: #019192;
}
</style>