Shades of Dark Cyan #01958C
Tints of Dark Cyan #01958C
RGB
CMYK
RGB Variations
Color information
#01958C (or 0x01958C) is known color: Dark Cyan. HEX triplet: 01, 95 and 8C. RGB value is (1,149,140). Sum of RGB (Red+Green+Blue) = 1+149+140=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #01958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01958C is #FE6A73. Grayscale: #676767. Windows color (decimal): -16673396 or 9213185. OLE color: 9213185.
HSL color Cylindrical-coordinate representation of color #01958C: hue angle of 176.35º 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 #01958C is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 140 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.42 |
| HSL | 176.35º | 0.99% | 0.29% | - |
| HSV(B) | 176.35º | 0.99% | 0.58% | - |
| XYZ | 15.49 | 23.39 | 28.51 | - |
| YUV | 103.72 | 148.47 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 140 | 0.99 | 0 | 0.06 | 0.42 | 176.35 | 0.99 | 0.29 |
| Hex | 1 | 95 | 8C | 63 | 0 | 6 | 2A | B0 | 63 | 1D |
| Octal | 1 | 225 | 214 | 143 | 0 | 6 | 52 | 260 | 143 | 35 |
| Binary | 1 | 10010101 | 10001100 | 1100011 | 0 | 110 | 101010 | 10110000 | 1100011 | 11101 |
Color Harmonies of #01958C
Complementary color
Monochromatic Colors of #01958C
Black with #01958C
Text Example
Text Example
White with #01958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01958C; }
p { color: rgb(1,149,140); }
H1.HeaderClassName
{
color: #01958C;
}
.AnyTagClassName
{
color: #01958C;
}
</style>
background-color css
<style>
a { background-color: #01958C; }
a { background-color: rgb(1,149,140); }
div.DivClassName
{
background-color: #01958C;
}
.BgClassName
{
background-color: #01958C;
}
</style>
border-color css
<style>
span { border-color: #01958C; }
span { border-color: rgb(1,149,140); }
td.TdClassName
{
border-color: #01958C;
}
.TagClassName
{
border-color: #01958C;
}
</style>