Shades of Deep Teal #135441
Tints of Deep Teal #135441
RGB
CMYK
RGB Variations
Color information
#135441 (or 0x135441) is known color: Deep Teal. HEX triplet: 13, 54 and 41. RGB value is (19,84,65). Sum of RGB (Red+Green+Blue) = 19+84+65=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #135441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135441 is #ECABBE. Grayscale: #3E3E3E. Windows color (decimal): -15510463 or 4281363. OLE color: 4281363.
HSL color Cylindrical-coordinate representation of color #135441: hue angle of 162.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135441 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 65 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.67 |
| HSL | 162.46º | 0.63% | 0.2% | - |
| HSV(B) | 162.46º | 0.77% | 0.33% | - |
| XYZ | 4.39 | 6.86 | 6.09 | - |
| YUV | 62.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 65 | 0.77 | 0 | 0.23 | 0.67 | 162.46 | 0.63 | 0.2 |
| Hex | 13 | 54 | 41 | 4D | 0 | 17 | 43 | A2 | 3F | 14 |
| Octal | 23 | 124 | 101 | 115 | 0 | 27 | 103 | 242 | 77 | 24 |
| Binary | 10011 | 1010100 | 1000001 | 1001101 | 0 | 10111 | 1000011 | 10100010 | 111111 | 10100 |
Color Harmonies of #135441
Complementary color
Monochromatic Colors of #135441
Black with #135441
Text Example
Text Example
White with #135441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135441; }
p { color: rgb(19,84,65); }
H1.HeaderClassName
{
color: #135441;
}
.AnyTagClassName
{
color: #135441;
}
</style>
background-color css
<style>
a { background-color: #135441; }
a { background-color: rgb(19,84,65); }
div.DivClassName
{
background-color: #135441;
}
.BgClassName
{
background-color: #135441;
}
</style>
border-color css
<style>
span { border-color: #135441; }
span { border-color: rgb(19,84,65); }
td.TdClassName
{
border-color: #135441;
}
.TagClassName
{
border-color: #135441;
}
</style>