Shades of Dark Cyan #01868D
Tints of Dark Cyan #01868D
RGB
CMYK
RGB Variations
Color information
#01868D (or 0x01868D) is known color: Dark Cyan. HEX triplet: 01, 86 and 8D. RGB value is (1,134,141). Sum of RGB (Red+Green+Blue) = 1+134+141=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #01868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01868D is #FE7972. Grayscale: #5E5E5E. Windows color (decimal): -16677235 or 9274881. OLE color: 9274881.
HSL color Cylindrical-coordinate representation of color #01868D: hue angle of 183º 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 #01868D is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 134 | 141 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.45 |
| HSL | 183º | 0.99% | 0.28% | - |
| HSV(B) | 183º | 0.99% | 0.55% | - |
| XYZ | 13.35 | 18.98 | 28.16 | - |
| YUV | 95.03 | 153.94 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 141 | 0.99 | 0.05 | 0 | 0.45 | 183 | 0.99 | 0.28 |
| Hex | 1 | 86 | 8D | 63 | 5 | 0 | 2D | B7 | 63 | 1C |
| Octal | 1 | 206 | 215 | 143 | 5 | 0 | 55 | 267 | 143 | 34 |
| Binary | 1 | 10000110 | 10001101 | 1100011 | 101 | 0 | 101101 | 10110111 | 1100011 | 11100 |
Color Harmonies of #01868D
Complementary color
Monochromatic Colors of #01868D
Black with #01868D
Text Example
Text Example
White with #01868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01868D; }
p { color: rgb(1,134,141); }
H1.HeaderClassName
{
color: #01868D;
}
.AnyTagClassName
{
color: #01868D;
}
</style>
background-color css
<style>
a { background-color: #01868D; }
a { background-color: rgb(1,134,141); }
div.DivClassName
{
background-color: #01868D;
}
.BgClassName
{
background-color: #01868D;
}
</style>
border-color css
<style>
span { border-color: #01868D; }
span { border-color: rgb(1,134,141); }
td.TdClassName
{
border-color: #01868D;
}
.TagClassName
{
border-color: #01868D;
}
</style>