Shades of Dark Cyan #138592
Tints of Dark Cyan #138592
RGB
CMYK
RGB Variations
Color information
#138592 (or 0x138592) is known color: Dark Cyan. HEX triplet: 13, 85 and 92. RGB value is (19,133,146). Sum of RGB (Red+Green+Blue) = 19+133+146=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #138592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138592 is #EC7A6D. Grayscale: #646464. Windows color (decimal): -15497838 or 9602323. OLE color: 9602323.
HSL color Cylindrical-coordinate representation of color #138592: hue angle of 186.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138592 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 133 | 146 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.43 |
| HSL | 186.14º | 0.77% | 0.32% | - |
| HSV(B) | 186.14º | 0.87% | 0.57% | - |
| XYZ | 13.84 | 18.99 | 30.13 | - |
| YUV | 100.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 146 | 0.87 | 0.09 | 0 | 0.43 | 186.14 | 0.77 | 0.32 |
| Hex | 13 | 85 | 92 | 57 | 9 | 0 | 2B | BA | 4D | 20 |
| Octal | 23 | 205 | 222 | 127 | 11 | 0 | 53 | 272 | 115 | 40 |
| Binary | 10011 | 10000101 | 10010010 | 1010111 | 1001 | 0 | 101011 | 10111010 | 1001101 | 100000 |
Color Harmonies of #138592
Complementary color
Monochromatic Colors of #138592
Black with #138592
Text Example
Text Example
White with #138592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138592; }
p { color: rgb(19,133,146); }
H1.HeaderClassName
{
color: #138592;
}
.AnyTagClassName
{
color: #138592;
}
</style>
background-color css
<style>
a { background-color: #138592; }
a { background-color: rgb(19,133,146); }
div.DivClassName
{
background-color: #138592;
}
.BgClassName
{
background-color: #138592;
}
</style>
border-color css
<style>
span { border-color: #138592; }
span { border-color: rgb(19,133,146); }
td.TdClassName
{
border-color: #138592;
}
.TagClassName
{
border-color: #138592;
}
</style>