Shades of Deep Teal #0B513D
Tints of Deep Teal #0B513D
RGB
CMYK
RGB Variations
Color information
#0B513D (or 0x0B513D) is known color: Deep Teal. HEX triplet: 0B, 51 and 3D. RGB value is (11,81,61). Sum of RGB (Red+Green+Blue) = 11+81+61=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #0B513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B513D is #F4AEC2. Grayscale: #393939. Windows color (decimal): -16035523 or 4018443. OLE color: 4018443.
HSL color Cylindrical-coordinate representation of color #0B513D: hue angle of 162.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B513D is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 61 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.68 |
| HSL | 162.86º | 0.76% | 0.18% | - |
| HSV(B) | 162.86º | 0.86% | 0.32% | - |
| XYZ | 3.92 | 6.29 | 5.42 | - |
| YUV | 57.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 61 | 0.86 | 0 | 0.25 | 0.68 | 162.86 | 0.76 | 0.18 |
| Hex | B | 51 | 3D | 56 | 0 | 19 | 44 | A3 | 4C | 12 |
| Octal | 13 | 121 | 75 | 126 | 0 | 31 | 104 | 243 | 114 | 22 |
| Binary | 1011 | 1010001 | 111101 | 1010110 | 0 | 11001 | 1000100 | 10100011 | 1001100 | 10010 |
Color Harmonies of #0B513D
Complementary color
Monochromatic Colors of #0B513D
Black with #0B513D
Text Example
Text Example
White with #0B513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B513D; }
p { color: rgb(11,81,61); }
H1.HeaderClassName
{
color: #0B513D;
}
.AnyTagClassName
{
color: #0B513D;
}
</style>
background-color css
<style>
a { background-color: #0B513D; }
a { background-color: rgb(11,81,61); }
div.DivClassName
{
background-color: #0B513D;
}
.BgClassName
{
background-color: #0B513D;
}
</style>
border-color css
<style>
span { border-color: #0B513D; }
span { border-color: rgb(11,81,61); }
td.TdClassName
{
border-color: #0B513D;
}
.TagClassName
{
border-color: #0B513D;
}
</style>