Shades of Dark Cyan #019293
Tints of Dark Cyan #019293
RGB
CMYK
RGB Variations
Color information
#019293 (or 0x019293) is known color: Dark Cyan. HEX triplet: 01, 92 and 93. RGB value is (1,146,147). Sum of RGB (Red+Green+Blue) = 1+146+147=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #019293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019293 is #FE6D6C. Grayscale: #666666. Windows color (decimal): -16674157 or 9671169. OLE color: 9671169.
HSL color Cylindrical-coordinate representation of color #019293: hue angle of 180.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019293 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 146 | 147 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.42 |
| HSL | 180.41º | 0.99% | 0.29% | - |
| HSV(B) | 180.41º | 0.99% | 0.58% | - |
| XYZ | 15.56 | 22.67 | 31.16 | - |
| YUV | 102.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 147 | 0.99 | 0.01 | 0 | 0.42 | 180.41 | 0.99 | 0.29 |
| Hex | 1 | 92 | 93 | 63 | 1 | 0 | 2A | B4 | 63 | 1D |
| Octal | 1 | 222 | 223 | 143 | 1 | 0 | 52 | 264 | 143 | 35 |
| Binary | 1 | 10010010 | 10010011 | 1100011 | 1 | 0 | 101010 | 10110100 | 1100011 | 11101 |
Color Harmonies of #019293
Complementary color
Monochromatic Colors of #019293
Black with #019293
Text Example
Text Example
White with #019293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019293; }
p { color: rgb(1,146,147); }
H1.HeaderClassName
{
color: #019293;
}
.AnyTagClassName
{
color: #019293;
}
</style>
background-color css
<style>
a { background-color: #019293; }
a { background-color: rgb(1,146,147); }
div.DivClassName
{
background-color: #019293;
}
.BgClassName
{
background-color: #019293;
}
</style>
border-color css
<style>
span { border-color: #019293; }
span { border-color: rgb(1,146,147); }
td.TdClassName
{
border-color: #019293;
}
.TagClassName
{
border-color: #019293;
}
</style>