Shades of Dark Cyan #019297
Tints of Dark Cyan #019297
RGB
CMYK
RGB Variations
Color information
#019297 (or 0x019297) is known color: Dark Cyan. HEX triplet: 01, 92 and 97. RGB value is (1,146,151). Sum of RGB (Red+Green+Blue) = 1+146+151=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #019297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019297 is #FE6D68. Grayscale: #676767. Windows color (decimal): -16674153 or 9933313. OLE color: 9933313.
HSL color Cylindrical-coordinate representation of color #019297: hue angle of 182º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019297 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 146 | 151 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.41 |
| HSL | 182º | 0.99% | 0.3% | - |
| HSV(B) | 182º | 0.99% | 0.59% | - |
| XYZ | 15.88 | 22.8 | 32.84 | - |
| YUV | 103.22 | 154.96 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 151 | 0.99 | 0.03 | 0 | 0.41 | 182 | 0.99 | 0.3 |
| Hex | 1 | 92 | 97 | 63 | 3 | 0 | 29 | B6 | 63 | 1E |
| Octal | 1 | 222 | 227 | 143 | 3 | 0 | 51 | 266 | 143 | 36 |
| Binary | 1 | 10010010 | 10010111 | 1100011 | 11 | 0 | 101001 | 10110110 | 1100011 | 11110 |
Color Harmonies of #019297
Complementary color
Monochromatic Colors of #019297
Black with #019297
Text Example
Text Example
White with #019297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019297; }
p { color: rgb(1,146,151); }
H1.HeaderClassName
{
color: #019297;
}
.AnyTagClassName
{
color: #019297;
}
</style>
background-color css
<style>
a { background-color: #019297; }
a { background-color: rgb(1,146,151); }
div.DivClassName
{
background-color: #019297;
}
.BgClassName
{
background-color: #019297;
}
</style>
border-color css
<style>
span { border-color: #019297; }
span { border-color: rgb(1,146,151); }
td.TdClassName
{
border-color: #019297;
}
.TagClassName
{
border-color: #019297;
}
</style>