Shades of Deep Teal #0B493C
Tints of Deep Teal #0B493C
RGB
CMYK
RGB Variations
Color information
#0B493C (or 0x0B493C) is known color: Deep Teal. HEX triplet: 0B, 49 and 3C. RGB value is (11,73,60). Sum of RGB (Red+Green+Blue) = 11+73+60=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #0B493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B493C is #F4B6C3. Grayscale: #343434. Windows color (decimal): -16037572 or 3950859. OLE color: 3950859.
HSL color Cylindrical-coordinate representation of color #0B493C: hue angle of 167.42º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B493C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 73 | 60 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.71 |
| HSL | 167.42º | 0.74% | 0.16% | - |
| HSV(B) | 167.42º | 0.85% | 0.29% | - |
| XYZ | 3.34 | 5.16 | 5.1 | - |
| YUV | 52.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 60 | 0.85 | 0 | 0.18 | 0.71 | 167.42 | 0.74 | 0.16 |
| Hex | B | 49 | 3C | 55 | 0 | 12 | 47 | A7 | 4A | 10 |
| Octal | 13 | 111 | 74 | 125 | 0 | 22 | 107 | 247 | 112 | 20 |
| Binary | 1011 | 1001001 | 111100 | 1010101 | 0 | 10010 | 1000111 | 10100111 | 1001010 | 10000 |
Color Harmonies of #0B493C
Complementary color
Monochromatic Colors of #0B493C
Black with #0B493C
Text Example
Text Example
White with #0B493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B493C; }
p { color: rgb(11,73,60); }
H1.HeaderClassName
{
color: #0B493C;
}
.AnyTagClassName
{
color: #0B493C;
}
</style>
background-color css
<style>
a { background-color: #0B493C; }
a { background-color: rgb(11,73,60); }
div.DivClassName
{
background-color: #0B493C;
}
.BgClassName
{
background-color: #0B493C;
}
</style>
border-color css
<style>
span { border-color: #0B493C; }
span { border-color: rgb(11,73,60); }
td.TdClassName
{
border-color: #0B493C;
}
.TagClassName
{
border-color: #0B493C;
}
</style>