Shades of Dark Cyan #01838C
Tints of Dark Cyan #01838C
RGB
CMYK
RGB Variations
Color information
#01838C (or 0x01838C) is known color: Dark Cyan. HEX triplet: 01, 83 and 8C. RGB value is (1,131,140). Sum of RGB (Red+Green+Blue) = 1+131+140=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #01838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01838C is #FE7C73. Grayscale: #5C5C5C. Windows color (decimal): -16678004 or 9208577. OLE color: 9208577.
HSL color Cylindrical-coordinate representation of color #01838C: hue angle of 183.88º 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 #01838C is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 131 | 140 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.45 |
| HSL | 183.88º | 0.99% | 0.28% | - |
| HSV(B) | 183.88º | 0.99% | 0.55% | - |
| XYZ | 12.86 | 18.13 | 27.63 | - |
| YUV | 93.16 | 154.43 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 140 | 0.99 | 0.06 | 0 | 0.45 | 183.88 | 0.99 | 0.28 |
| Hex | 1 | 83 | 8C | 63 | 6 | 0 | 2D | B8 | 63 | 1C |
| Octal | 1 | 203 | 214 | 143 | 6 | 0 | 55 | 270 | 143 | 34 |
| Binary | 1 | 10000011 | 10001100 | 1100011 | 110 | 0 | 101101 | 10111000 | 1100011 | 11100 |
Color Harmonies of #01838C
Complementary color
Monochromatic Colors of #01838C
Black with #01838C
Text Example
Text Example
White with #01838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01838C; }
p { color: rgb(1,131,140); }
H1.HeaderClassName
{
color: #01838C;
}
.AnyTagClassName
{
color: #01838C;
}
</style>
background-color css
<style>
a { background-color: #01838C; }
a { background-color: rgb(1,131,140); }
div.DivClassName
{
background-color: #01838C;
}
.BgClassName
{
background-color: #01838C;
}
</style>
border-color css
<style>
span { border-color: #01838C; }
span { border-color: rgb(1,131,140); }
td.TdClassName
{
border-color: #01838C;
}
.TagClassName
{
border-color: #01838C;
}
</style>