Shades of Deep Teal #0B4033
Tints of Deep Teal #0B4033
RGB
CMYK
RGB Variations
Color information
#0B4033 (or 0x0B4033) is known color: Deep Teal. HEX triplet: 0B, 40 and 33. RGB value is (11,64,51). Sum of RGB (Red+Green+Blue) = 11+64+51=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4033 is #F4BFCC. Grayscale: #2E2E2E. Windows color (decimal): -16039885 or 3358731. OLE color: 3358731.
HSL color Cylindrical-coordinate representation of color #0B4033: hue angle of 165.28º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4033 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 51 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.75 |
| HSL | 165.28º | 0.71% | 0.15% | - |
| HSV(B) | 165.28º | 0.83% | 0.25% | - |
| XYZ | 2.57 | 3.98 | 3.76 | - |
| YUV | 46.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 51 | 0.83 | 0 | 0.20 | 0.75 | 165.28 | 0.71 | 0.15 |
| Hex | B | 40 | 33 | 53 | 0 | 14 | 4B | A5 | 47 | F |
| Octal | 13 | 100 | 63 | 123 | 0 | 24 | 113 | 245 | 107 | 17 |
| Binary | 1011 | 1000000 | 110011 | 1010011 | 0 | 10100 | 1001011 | 10100101 | 1000111 | 1111 |
Color Harmonies of #0B4033
Complementary color
Monochromatic Colors of #0B4033
Black with #0B4033
Text Example
Text Example
White with #0B4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4033; }
p { color: rgb(11,64,51); }
H1.HeaderClassName
{
color: #0B4033;
}
.AnyTagClassName
{
color: #0B4033;
}
</style>
background-color css
<style>
a { background-color: #0B4033; }
a { background-color: rgb(11,64,51); }
div.DivClassName
{
background-color: #0B4033;
}
.BgClassName
{
background-color: #0B4033;
}
</style>
border-color css
<style>
span { border-color: #0B4033; }
span { border-color: rgb(11,64,51); }
td.TdClassName
{
border-color: #0B4033;
}
.TagClassName
{
border-color: #0B4033;
}
</style>