Shades of Dark Cyan #01898D
Tints of Dark Cyan #01898D
RGB
CMYK
RGB Variations
Color information
#01898D (or 0x01898D) is known color: Dark Cyan. HEX triplet: 01, 89 and 8D. RGB value is (1,137,141). Sum of RGB (Red+Green+Blue) = 1+137+141=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #01898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01898D is #FE7672. Grayscale: #606060. Windows color (decimal): -16676467 or 9275649. OLE color: 9275649.
HSL color Cylindrical-coordinate representation of color #01898D: hue angle of 181.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01898D is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 137 | 141 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.45 |
| HSL | 181.71º | 0.99% | 0.28% | - |
| HSV(B) | 181.71º | 0.99% | 0.55% | - |
| XYZ | 13.77 | 19.82 | 28.3 | - |
| YUV | 96.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 141 | 0.99 | 0.03 | 0 | 0.45 | 181.71 | 0.99 | 0.28 |
| Hex | 1 | 89 | 8D | 63 | 3 | 0 | 2D | B6 | 63 | 1C |
| Octal | 1 | 211 | 215 | 143 | 3 | 0 | 55 | 266 | 143 | 34 |
| Binary | 1 | 10001001 | 10001101 | 1100011 | 11 | 0 | 101101 | 10110110 | 1100011 | 11100 |
Color Harmonies of #01898D
Complementary color
Monochromatic Colors of #01898D
Black with #01898D
Text Example
Text Example
White with #01898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01898D; }
p { color: rgb(1,137,141); }
H1.HeaderClassName
{
color: #01898D;
}
.AnyTagClassName
{
color: #01898D;
}
</style>
background-color css
<style>
a { background-color: #01898D; }
a { background-color: rgb(1,137,141); }
div.DivClassName
{
background-color: #01898D;
}
.BgClassName
{
background-color: #01898D;
}
</style>
border-color css
<style>
span { border-color: #01898D; }
span { border-color: rgb(1,137,141); }
td.TdClassName
{
border-color: #01898D;
}
.TagClassName
{
border-color: #01898D;
}
</style>