Shades of Deep Teal #0B4437
Tints of Deep Teal #0B4437
RGB
CMYK
RGB Variations
Color information
#0B4437 (or 0x0B4437) is known color: Deep Teal. HEX triplet: 0B, 44 and 37. RGB value is (11,68,55). Sum of RGB (Red+Green+Blue) = 11+68+55=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4437 is #F4BBC8. Grayscale: #313131. Windows color (decimal): -16038857 or 3621899. OLE color: 3621899.
HSL color Cylindrical-coordinate representation of color #0B4437: hue angle of 166.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4437 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 68 | 55 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.73 |
| HSL | 166.32º | 0.72% | 0.15% | - |
| HSV(B) | 166.32º | 0.84% | 0.27% | - |
| XYZ | 2.89 | 4.48 | 4.33 | - |
| YUV | 49.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 55 | 0.84 | 0 | 0.19 | 0.73 | 166.32 | 0.72 | 0.15 |
| Hex | B | 44 | 37 | 54 | 0 | 13 | 49 | A6 | 48 | F |
| Octal | 13 | 104 | 67 | 124 | 0 | 23 | 111 | 246 | 110 | 17 |
| Binary | 1011 | 1000100 | 110111 | 1010100 | 0 | 10011 | 1001001 | 10100110 | 1001000 | 1111 |
Color Harmonies of #0B4437
Complementary color
Monochromatic Colors of #0B4437
Black with #0B4437
Text Example
Text Example
White with #0B4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4437; }
p { color: rgb(11,68,55); }
H1.HeaderClassName
{
color: #0B4437;
}
.AnyTagClassName
{
color: #0B4437;
}
</style>
background-color css
<style>
a { background-color: #0B4437; }
a { background-color: rgb(11,68,55); }
div.DivClassName
{
background-color: #0B4437;
}
.BgClassName
{
background-color: #0B4437;
}
</style>
border-color css
<style>
span { border-color: #0B4437; }
span { border-color: rgb(11,68,55); }
td.TdClassName
{
border-color: #0B4437;
}
.TagClassName
{
border-color: #0B4437;
}
</style>