Shades of Dark Cyan #01828E
Tints of Dark Cyan #01828E
RGB
CMYK
RGB Variations
Color information
#01828E (or 0x01828E) is known color: Dark Cyan. HEX triplet: 01, 82 and 8E. RGB value is (1,130,142). Sum of RGB (Red+Green+Blue) = 1+130+142=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #01828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01828E is #FE7D71. Grayscale: #5C5C5C. Windows color (decimal): -16678258 or 9339393. OLE color: 9339393.
HSL color Cylindrical-coordinate representation of color #01828E: hue angle of 185.11º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01828E is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 130 | 142 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.44 |
| HSL | 185.11º | 0.99% | 0.28% | - |
| HSV(B) | 185.11º | 0.99% | 0.56% | - |
| XYZ | 12.88 | 17.92 | 28.37 | - |
| YUV | 92.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 142 | 0.99 | 0.08 | 0 | 0.44 | 185.11 | 0.99 | 0.28 |
| Hex | 1 | 82 | 8E | 63 | 8 | 0 | 2C | B9 | 63 | 1C |
| Octal | 1 | 202 | 216 | 143 | 10 | 0 | 54 | 271 | 143 | 34 |
| Binary | 1 | 10000010 | 10001110 | 1100011 | 1000 | 0 | 101100 | 10111001 | 1100011 | 11100 |
Color Harmonies of #01828E
Complementary color
Monochromatic Colors of #01828E
Black with #01828E
Text Example
Text Example
White with #01828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01828E; }
p { color: rgb(1,130,142); }
H1.HeaderClassName
{
color: #01828E;
}
.AnyTagClassName
{
color: #01828E;
}
</style>
background-color css
<style>
a { background-color: #01828E; }
a { background-color: rgb(1,130,142); }
div.DivClassName
{
background-color: #01828E;
}
.BgClassName
{
background-color: #01828E;
}
</style>
border-color css
<style>
span { border-color: #01828E; }
span { border-color: rgb(1,130,142); }
td.TdClassName
{
border-color: #01828E;
}
.TagClassName
{
border-color: #01828E;
}
</style>