Shades of Dark Cyan #019284
Tints of Dark Cyan #019284
RGB
CMYK
RGB Variations
Color information
#019284 (or 0x019284) is known color: Dark Cyan. HEX triplet: 01, 92 and 84. RGB value is (1,146,132). Sum of RGB (Red+Green+Blue) = 1+146+132=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #019284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019284 is #FE6D7B. Grayscale: #646464. Windows color (decimal): -16674172 or 8688129. OLE color: 8688129.
HSL color Cylindrical-coordinate representation of color #019284: hue angle of 174.21º 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 #019284 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 132 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.43 |
| HSL | 174.21º | 0.99% | 0.29% | - |
| HSV(B) | 174.21º | 0.99% | 0.57% | - |
| XYZ | 14.46 | 22.23 | 25.36 | - |
| YUV | 101.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 132 | 0.99 | 0 | 0.10 | 0.43 | 174.21 | 0.99 | 0.29 |
| Hex | 1 | 92 | 84 | 63 | 0 | A | 2B | AE | 63 | 1D |
| Octal | 1 | 222 | 204 | 143 | 0 | 12 | 53 | 256 | 143 | 35 |
| Binary | 1 | 10010010 | 10000100 | 1100011 | 0 | 1010 | 101011 | 10101110 | 1100011 | 11101 |
Color Harmonies of #019284
Complementary color
Monochromatic Colors of #019284
Black with #019284
Text Example
Text Example
White with #019284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019284; }
p { color: rgb(1,146,132); }
H1.HeaderClassName
{
color: #019284;
}
.AnyTagClassName
{
color: #019284;
}
</style>
background-color css
<style>
a { background-color: #019284; }
a { background-color: rgb(1,146,132); }
div.DivClassName
{
background-color: #019284;
}
.BgClassName
{
background-color: #019284;
}
</style>
border-color css
<style>
span { border-color: #019284; }
span { border-color: rgb(1,146,132); }
td.TdClassName
{
border-color: #019284;
}
.TagClassName
{
border-color: #019284;
}
</style>