Shades of Dark Cyan #019384
Tints of Dark Cyan #019384
RGB
CMYK
RGB Variations
Color information
#019384 (or 0x019384) is known color: Dark Cyan. HEX triplet: 01, 93 and 84. RGB value is (1,147,132). Sum of RGB (Red+Green+Blue) = 1+147+132=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #019384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019384 is #FE6C7B. Grayscale: #656565. Windows color (decimal): -16673916 or 8688385. OLE color: 8688385.
HSL color Cylindrical-coordinate representation of color #019384: hue angle of 173.84º 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 #019384 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 132 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.42 |
| HSL | 173.84º | 0.99% | 0.29% | - |
| HSV(B) | 173.84º | 0.99% | 0.58% | - |
| XYZ | 14.61 | 22.54 | 25.41 | - |
| YUV | 101.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 132 | 0.99 | 0 | 0.10 | 0.42 | 173.84 | 0.99 | 0.29 |
| Hex | 1 | 93 | 84 | 63 | 0 | A | 2A | AE | 63 | 1D |
| Octal | 1 | 223 | 204 | 143 | 0 | 12 | 52 | 256 | 143 | 35 |
| Binary | 1 | 10010011 | 10000100 | 1100011 | 0 | 1010 | 101010 | 10101110 | 1100011 | 11101 |
Color Harmonies of #019384
Complementary color
Monochromatic Colors of #019384
Black with #019384
Text Example
Text Example
White with #019384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019384; }
p { color: rgb(1,147,132); }
H1.HeaderClassName
{
color: #019384;
}
.AnyTagClassName
{
color: #019384;
}
</style>
background-color css
<style>
a { background-color: #019384; }
a { background-color: rgb(1,147,132); }
div.DivClassName
{
background-color: #019384;
}
.BgClassName
{
background-color: #019384;
}
</style>
border-color css
<style>
span { border-color: #019384; }
span { border-color: rgb(1,147,132); }
td.TdClassName
{
border-color: #019384;
}
.TagClassName
{
border-color: #019384;
}
</style>