Shades of Deep Teal #0B433A
Tints of Deep Teal #0B433A
RGB
CMYK
RGB Variations
Color information
#0B433A (or 0x0B433A) is known color: Deep Teal. HEX triplet: 0B, 43 and 3A. RGB value is (11,67,58). Sum of RGB (Red+Green+Blue) = 11+67+58=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #0B433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B433A is #F4BCC5. Grayscale: #313131. Windows color (decimal): -16039110 or 3818251. OLE color: 3818251.
HSL color Cylindrical-coordinate representation of color #0B433A: hue angle of 170.36º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B433A is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 58 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.74 |
| HSL | 170.36º | 0.72% | 0.15% | - |
| HSV(B) | 170.36º | 0.84% | 0.26% | - |
| XYZ | 2.91 | 4.39 | 4.7 | - |
| YUV | 49.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 58 | 0.84 | 0 | 0.13 | 0.74 | 170.36 | 0.72 | 0.15 |
| Hex | B | 43 | 3A | 54 | 0 | D | 4A | AA | 48 | F |
| Octal | 13 | 103 | 72 | 124 | 0 | 15 | 112 | 252 | 110 | 17 |
| Binary | 1011 | 1000011 | 111010 | 1010100 | 0 | 1101 | 1001010 | 10101010 | 1001000 | 1111 |
Color Harmonies of #0B433A
Complementary color
Monochromatic Colors of #0B433A
Black with #0B433A
Text Example
Text Example
White with #0B433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B433A; }
p { color: rgb(11,67,58); }
H1.HeaderClassName
{
color: #0B433A;
}
.AnyTagClassName
{
color: #0B433A;
}
</style>
background-color css
<style>
a { background-color: #0B433A; }
a { background-color: rgb(11,67,58); }
div.DivClassName
{
background-color: #0B433A;
}
.BgClassName
{
background-color: #0B433A;
}
</style>
border-color css
<style>
span { border-color: #0B433A; }
span { border-color: rgb(11,67,58); }
td.TdClassName
{
border-color: #0B433A;
}
.TagClassName
{
border-color: #0B433A;
}
</style>