Shades of Dark Cyan #01938B
Tints of Dark Cyan #01938B
RGB
CMYK
RGB Variations
Color information
#01938B (or 0x01938B) is known color: Dark Cyan. HEX triplet: 01, 93 and 8B. RGB value is (1,147,139). Sum of RGB (Red+Green+Blue) = 1+147+139=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #01938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01938B is #FE6C74. Grayscale: #666666. Windows color (decimal): -16673909 or 9147137. OLE color: 9147137.
HSL color Cylindrical-coordinate representation of color #01938B: hue angle of 176.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01938B is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 139 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.42 |
| HSL | 176.71º | 0.99% | 0.29% | - |
| HSV(B) | 176.71º | 0.99% | 0.58% | - |
| XYZ | 15.11 | 22.74 | 28.02 | - |
| YUV | 102.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 139 | 0.99 | 0 | 0.05 | 0.42 | 176.71 | 0.99 | 0.29 |
| Hex | 1 | 93 | 8B | 63 | 0 | 5 | 2A | B1 | 63 | 1D |
| Octal | 1 | 223 | 213 | 143 | 0 | 5 | 52 | 261 | 143 | 35 |
| Binary | 1 | 10010011 | 10001011 | 1100011 | 0 | 101 | 101010 | 10110001 | 1100011 | 11101 |
Color Harmonies of #01938B
Complementary color
Monochromatic Colors of #01938B
Black with #01938B
Text Example
Text Example
White with #01938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01938B; }
p { color: rgb(1,147,139); }
H1.HeaderClassName
{
color: #01938B;
}
.AnyTagClassName
{
color: #01938B;
}
</style>
background-color css
<style>
a { background-color: #01938B; }
a { background-color: rgb(1,147,139); }
div.DivClassName
{
background-color: #01938B;
}
.BgClassName
{
background-color: #01938B;
}
</style>
border-color css
<style>
span { border-color: #01938B; }
span { border-color: rgb(1,147,139); }
td.TdClassName
{
border-color: #01938B;
}
.TagClassName
{
border-color: #01938B;
}
</style>