Shades of Deep Teal #0B493E
Tints of Deep Teal #0B493E
RGB
CMYK
RGB Variations
Color information
#0B493E (or 0x0B493E) is known color: Deep Teal. HEX triplet: 0B, 49 and 3E. RGB value is (11,73,62). Sum of RGB (Red+Green+Blue) = 11+73+62=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #0B493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B493E is #F4B6C1. Grayscale: #353535. Windows color (decimal): -16037570 or 4081931. OLE color: 4081931.
HSL color Cylindrical-coordinate representation of color #0B493E: hue angle of 169.35º 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 #0B493E is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 73 | 62 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.71 |
| HSL | 169.35º | 0.74% | 0.16% | - |
| HSV(B) | 169.35º | 0.85% | 0.29% | - |
| XYZ | 3.39 | 5.18 | 5.38 | - |
| YUV | 53.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 62 | 0.85 | 0 | 0.15 | 0.71 | 169.35 | 0.74 | 0.16 |
| Hex | B | 49 | 3E | 55 | 0 | F | 47 | A9 | 4A | 10 |
| Octal | 13 | 111 | 76 | 125 | 0 | 17 | 107 | 251 | 112 | 20 |
| Binary | 1011 | 1001001 | 111110 | 1010101 | 0 | 1111 | 1000111 | 10101001 | 1001010 | 10000 |
Color Harmonies of #0B493E
Complementary color
Monochromatic Colors of #0B493E
Black with #0B493E
Text Example
Text Example
White with #0B493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B493E; }
p { color: rgb(11,73,62); }
H1.HeaderClassName
{
color: #0B493E;
}
.AnyTagClassName
{
color: #0B493E;
}
</style>
background-color css
<style>
a { background-color: #0B493E; }
a { background-color: rgb(11,73,62); }
div.DivClassName
{
background-color: #0B493E;
}
.BgClassName
{
background-color: #0B493E;
}
</style>
border-color css
<style>
span { border-color: #0B493E; }
span { border-color: rgb(11,73,62); }
td.TdClassName
{
border-color: #0B493E;
}
.TagClassName
{
border-color: #0B493E;
}
</style>