Shades of Dark Cyan #01858F
Tints of Dark Cyan #01858F
RGB
CMYK
RGB Variations
Color information
#01858F (or 0x01858F) is known color: Dark Cyan. HEX triplet: 01, 85 and 8F. RGB value is (1,133,143). Sum of RGB (Red+Green+Blue) = 1+133+143=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #01858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01858F is #FE7A70. Grayscale: #5E5E5E. Windows color (decimal): -16677489 or 9405697. OLE color: 9405697.
HSL color Cylindrical-coordinate representation of color #01858F: hue angle of 184.23º 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 #01858F is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 133 | 143 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.44 |
| HSL | 184.23º | 0.99% | 0.28% | - |
| HSV(B) | 184.23º | 0.99% | 0.56% | - |
| XYZ | 13.36 | 18.76 | 28.9 | - |
| YUV | 94.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 143 | 0.99 | 0.07 | 0 | 0.44 | 184.23 | 0.99 | 0.28 |
| Hex | 1 | 85 | 8F | 63 | 7 | 0 | 2C | B8 | 63 | 1C |
| Octal | 1 | 205 | 217 | 143 | 7 | 0 | 54 | 270 | 143 | 34 |
| Binary | 1 | 10000101 | 10001111 | 1100011 | 111 | 0 | 101100 | 10111000 | 1100011 | 11100 |
Color Harmonies of #01858F
Complementary color
Monochromatic Colors of #01858F
Black with #01858F
Text Example
Text Example
White with #01858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01858F; }
p { color: rgb(1,133,143); }
H1.HeaderClassName
{
color: #01858F;
}
.AnyTagClassName
{
color: #01858F;
}
</style>
background-color css
<style>
a { background-color: #01858F; }
a { background-color: rgb(1,133,143); }
div.DivClassName
{
background-color: #01858F;
}
.BgClassName
{
background-color: #01858F;
}
</style>
border-color css
<style>
span { border-color: #01858F; }
span { border-color: rgb(1,133,143); }
td.TdClassName
{
border-color: #01858F;
}
.TagClassName
{
border-color: #01858F;
}
</style>