Shades of Dark Cyan #01868F
Tints of Dark Cyan #01868F
RGB
CMYK
RGB Variations
Color information
#01868F (or 0x01868F) is known color: Dark Cyan. HEX triplet: 01, 86 and 8F. RGB value is (1,134,143). Sum of RGB (Red+Green+Blue) = 1+134+143=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #01868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01868F is #FE7970. Grayscale: #5F5F5F. Windows color (decimal): -16677233 or 9405953. OLE color: 9405953.
HSL color Cylindrical-coordinate representation of color #01868F: hue angle of 183.8º 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 #01868F is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 134 | 143 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.44 |
| HSL | 183.8º | 0.99% | 0.28% | - |
| HSV(B) | 183.8º | 0.99% | 0.56% | - |
| XYZ | 13.5 | 19.04 | 28.95 | - |
| YUV | 95.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 143 | 0.99 | 0.06 | 0 | 0.44 | 183.8 | 0.99 | 0.28 |
| Hex | 1 | 86 | 8F | 63 | 6 | 0 | 2C | B8 | 63 | 1C |
| Octal | 1 | 206 | 217 | 143 | 6 | 0 | 54 | 270 | 143 | 34 |
| Binary | 1 | 10000110 | 10001111 | 1100011 | 110 | 0 | 101100 | 10111000 | 1100011 | 11100 |
Color Harmonies of #01868F
Complementary color
Monochromatic Colors of #01868F
Black with #01868F
Text Example
Text Example
White with #01868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01868F; }
p { color: rgb(1,134,143); }
H1.HeaderClassName
{
color: #01868F;
}
.AnyTagClassName
{
color: #01868F;
}
</style>
background-color css
<style>
a { background-color: #01868F; }
a { background-color: rgb(1,134,143); }
div.DivClassName
{
background-color: #01868F;
}
.BgClassName
{
background-color: #01868F;
}
</style>
border-color css
<style>
span { border-color: #01868F; }
span { border-color: rgb(1,134,143); }
td.TdClassName
{
border-color: #01868F;
}
.TagClassName
{
border-color: #01868F;
}
</style>