Shades of Deep Teal #014135
Tints of Deep Teal #014135
RGB
CMYK
RGB Variations
Color information
#014135 (or 0x014135) is known color: Deep Teal. HEX triplet: 01, 41 and 35. RGB value is (1,65,53). Sum of RGB (Red+Green+Blue) = 1+65+53=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #014135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014135 is #FEBECA. Grayscale: #2C2C2C. Windows color (decimal): -16694987 or 3490049. OLE color: 3490049.
HSL color Cylindrical-coordinate representation of color #014135: hue angle of 168.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014135 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 53 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.75 |
| HSL | 168.75º | 0.97% | 0.13% | - |
| HSV(B) | 168.75º | 0.98% | 0.25% | - |
| XYZ | 2.55 | 4.04 | 4.01 | - |
| YUV | 44.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 53 | 0.98 | 0 | 0.18 | 0.75 | 168.75 | 0.97 | 0.13 |
| Hex | 1 | 41 | 35 | 62 | 0 | 12 | 4B | A9 | 61 | D |
| Octal | 1 | 101 | 65 | 142 | 0 | 22 | 113 | 251 | 141 | 15 |
| Binary | 1 | 1000001 | 110101 | 1100010 | 0 | 10010 | 1001011 | 10101001 | 1100001 | 1101 |
Color Harmonies of #014135
Complementary color
Monochromatic Colors of #014135
Black with #014135
Text Example
Text Example
White with #014135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014135; }
p { color: rgb(1,65,53); }
H1.HeaderClassName
{
color: #014135;
}
.AnyTagClassName
{
color: #014135;
}
</style>
background-color css
<style>
a { background-color: #014135; }
a { background-color: rgb(1,65,53); }
div.DivClassName
{
background-color: #014135;
}
.BgClassName
{
background-color: #014135;
}
</style>
border-color css
<style>
span { border-color: #014135; }
span { border-color: rgb(1,65,53); }
td.TdClassName
{
border-color: #014135;
}
.TagClassName
{
border-color: #014135;
}
</style>