Shades of Dark Cyan #019498
Tints of Dark Cyan #019498
RGB
CMYK
RGB Variations
Color information
#019498 (or 0x019498) is known color: Dark Cyan. HEX triplet: 01, 94 and 98. RGB value is (1,148,152). Sum of RGB (Red+Green+Blue) = 1+148+152=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #019498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019498 is #FE6B67. Grayscale: #686868. Windows color (decimal): -16673640 or 9999361. OLE color: 9999361.
HSL color Cylindrical-coordinate representation of color #019498: hue angle of 181.59º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019498 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 148 | 152 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.40 |
| HSL | 181.59º | 0.99% | 0.3% | - |
| HSV(B) | 181.59º | 0.99% | 0.6% | - |
| XYZ | 16.27 | 23.45 | 33.38 | - |
| YUV | 104.5 | 154.8 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 152 | 0.99 | 0.03 | 0 | 0.40 | 181.59 | 0.99 | 0.3 |
| Hex | 1 | 94 | 98 | 63 | 3 | 0 | 28 | B6 | 63 | 1E |
| Octal | 1 | 224 | 230 | 143 | 3 | 0 | 50 | 266 | 143 | 36 |
| Binary | 1 | 10010100 | 10011000 | 1100011 | 11 | 0 | 101000 | 10110110 | 1100011 | 11110 |
Color Harmonies of #019498
Complementary color
Monochromatic Colors of #019498
Black with #019498
Text Example
Text Example
White with #019498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019498; }
p { color: rgb(1,148,152); }
H1.HeaderClassName
{
color: #019498;
}
.AnyTagClassName
{
color: #019498;
}
</style>
background-color css
<style>
a { background-color: #019498; }
a { background-color: rgb(1,148,152); }
div.DivClassName
{
background-color: #019498;
}
.BgClassName
{
background-color: #019498;
}
</style>
border-color css
<style>
span { border-color: #019498; }
span { border-color: rgb(1,148,152); }
td.TdClassName
{
border-color: #019498;
}
.TagClassName
{
border-color: #019498;
}
</style>