Shades of Deep Sea #0B7E69
Tints of Deep Sea #0B7E69
RGB
CMYK
RGB Variations
Color information
#0B7E69 (or 0x0B7E69) is known color: Deep Sea. HEX triplet: 0B, 7E and 69. RGB value is (11,126,105). Sum of RGB (Red+Green+Blue) = 11+126+105=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7E69 is #F48196. Grayscale: #595959. Windows color (decimal): -16023959 or 6913547. OLE color: 6913547.
HSL color Cylindrical-coordinate representation of color #0B7E69: hue angle of 169.04º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7E69 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 126 | 105 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.51 |
| HSL | 169.04º | 0.84% | 0.27% | - |
| HSV(B) | 169.04º | 0.91% | 0.49% | - |
| XYZ | 10.15 | 16.01 | 15.92 | - |
| YUV | 89.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 105 | 0.91 | 0 | 0.17 | 0.51 | 169.04 | 0.84 | 0.27 |
| Hex | B | 7E | 69 | 5B | 0 | 11 | 33 | A9 | 54 | 1B |
| Octal | 13 | 176 | 151 | 133 | 0 | 21 | 63 | 251 | 124 | 33 |
| Binary | 1011 | 1111110 | 1101001 | 1011011 | 0 | 10001 | 110011 | 10101001 | 1010100 | 11011 |
Color Harmonies of #0B7E69
Complementary color
Monochromatic Colors of #0B7E69
Black with #0B7E69
Text Example
Text Example
White with #0B7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7E69; }
p { color: rgb(11,126,105); }
H1.HeaderClassName
{
color: #0B7E69;
}
.AnyTagClassName
{
color: #0B7E69;
}
</style>
background-color css
<style>
a { background-color: #0B7E69; }
a { background-color: rgb(11,126,105); }
div.DivClassName
{
background-color: #0B7E69;
}
.BgClassName
{
background-color: #0B7E69;
}
</style>
border-color css
<style>
span { border-color: #0B7E69; }
span { border-color: rgb(11,126,105); }
td.TdClassName
{
border-color: #0B7E69;
}
.TagClassName
{
border-color: #0B7E69;
}
</style>