Shades of Dark Cyan #01818B
Tints of Dark Cyan #01818B
RGB
CMYK
RGB Variations
Color information
#01818B (or 0x01818B) is known color: Dark Cyan. HEX triplet: 01, 81 and 8B. RGB value is (1,129,139). Sum of RGB (Red+Green+Blue) = 1+129+139=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #01818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01818B is #FE7E74. Grayscale: #5B5B5B. Windows color (decimal): -16678517 or 9142529. OLE color: 9142529.
HSL color Cylindrical-coordinate representation of color #01818B: hue angle of 184.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01818B is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 129 | 139 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.45 |
| HSL | 184.35º | 0.99% | 0.27% | - |
| HSV(B) | 184.35º | 0.99% | 0.55% | - |
| XYZ | 12.52 | 17.57 | 27.16 | - |
| YUV | 91.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 139 | 0.99 | 0.07 | 0 | 0.45 | 184.35 | 0.99 | 0.27 |
| Hex | 1 | 81 | 8B | 63 | 7 | 0 | 2D | B8 | 63 | 1B |
| Octal | 1 | 201 | 213 | 143 | 7 | 0 | 55 | 270 | 143 | 33 |
| Binary | 1 | 10000001 | 10001011 | 1100011 | 111 | 0 | 101101 | 10111000 | 1100011 | 11011 |
Color Harmonies of #01818B
Complementary color
Monochromatic Colors of #01818B
Black with #01818B
Text Example
Text Example
White with #01818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01818B; }
p { color: rgb(1,129,139); }
H1.HeaderClassName
{
color: #01818B;
}
.AnyTagClassName
{
color: #01818B;
}
</style>
background-color css
<style>
a { background-color: #01818B; }
a { background-color: rgb(1,129,139); }
div.DivClassName
{
background-color: #01818B;
}
.BgClassName
{
background-color: #01818B;
}
</style>
border-color css
<style>
span { border-color: #01818B; }
span { border-color: rgb(1,129,139); }
td.TdClassName
{
border-color: #01818B;
}
.TagClassName
{
border-color: #01818B;
}
</style>