Shades of Dark Cyan #13928B
Tints of Dark Cyan #13928B
RGB
CMYK
RGB Variations
Color information
#13928B (or 0x13928B) is known color: Dark Cyan. HEX triplet: 13, 92 and 8B. RGB value is (19,146,139). Sum of RGB (Red+Green+Blue) = 19+146+139=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #13928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13928B is #EC6D74. Grayscale: #6B6B6B. Windows color (decimal): -15494517 or 9146899. OLE color: 9146899.
HSL color Cylindrical-coordinate representation of color #13928B: hue angle of 176.69º 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 #13928B is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 139 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.43 |
| HSL | 176.69º | 0.77% | 0.32% | - |
| HSV(B) | 176.69º | 0.87% | 0.57% | - |
| XYZ | 15.21 | 22.56 | 27.98 | - |
| YUV | 107.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 139 | 0.87 | 0 | 0.05 | 0.43 | 176.69 | 0.77 | 0.32 |
| Hex | 13 | 92 | 8B | 57 | 0 | 5 | 2B | B1 | 4D | 20 |
| Octal | 23 | 222 | 213 | 127 | 0 | 5 | 53 | 261 | 115 | 40 |
| Binary | 10011 | 10010010 | 10001011 | 1010111 | 0 | 101 | 101011 | 10110001 | 1001101 | 100000 |
Color Harmonies of #13928B
Complementary color
Monochromatic Colors of #13928B
Black with #13928B
Text Example
Text Example
White with #13928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13928B; }
p { color: rgb(19,146,139); }
H1.HeaderClassName
{
color: #13928B;
}
.AnyTagClassName
{
color: #13928B;
}
</style>
background-color css
<style>
a { background-color: #13928B; }
a { background-color: rgb(19,146,139); }
div.DivClassName
{
background-color: #13928B;
}
.BgClassName
{
background-color: #13928B;
}
</style>
border-color css
<style>
span { border-color: #13928B; }
span { border-color: rgb(19,146,139); }
td.TdClassName
{
border-color: #13928B;
}
.TagClassName
{
border-color: #13928B;
}
</style>