Shades of Deep Sea #0B7E64
Tints of Deep Sea #0B7E64
RGB
CMYK
RGB Variations
Color information
#0B7E64 (or 0x0B7E64) is known color: Deep Sea. HEX triplet: 0B, 7E and 64. RGB value is (11,126,100). Sum of RGB (Red+Green+Blue) = 11+126+100=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7E64 is #F4819B. Grayscale: #585858. Windows color (decimal): -16023964 or 6585867. OLE color: 6585867.
HSL color Cylindrical-coordinate representation of color #0B7E64: hue angle of 166.43º 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 #0B7E64 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 126 | 100 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.51 |
| HSL | 166.43º | 0.84% | 0.27% | - |
| HSV(B) | 166.43º | 0.91% | 0.49% | - |
| XYZ | 9.9 | 15.91 | 14.61 | - |
| YUV | 88.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 100 | 0.91 | 0 | 0.21 | 0.51 | 166.43 | 0.84 | 0.27 |
| Hex | B | 7E | 64 | 5B | 0 | 15 | 33 | A6 | 54 | 1B |
| Octal | 13 | 176 | 144 | 133 | 0 | 25 | 63 | 246 | 124 | 33 |
| Binary | 1011 | 1111110 | 1100100 | 1011011 | 0 | 10101 | 110011 | 10100110 | 1010100 | 11011 |
Color Harmonies of #0B7E64
Complementary color
Monochromatic Colors of #0B7E64
Black with #0B7E64
Text Example
Text Example
White with #0B7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7E64; }
p { color: rgb(11,126,100); }
H1.HeaderClassName
{
color: #0B7E64;
}
.AnyTagClassName
{
color: #0B7E64;
}
</style>
background-color css
<style>
a { background-color: #0B7E64; }
a { background-color: rgb(11,126,100); }
div.DivClassName
{
background-color: #0B7E64;
}
.BgClassName
{
background-color: #0B7E64;
}
</style>
border-color css
<style>
span { border-color: #0B7E64; }
span { border-color: rgb(11,126,100); }
td.TdClassName
{
border-color: #0B7E64;
}
.TagClassName
{
border-color: #0B7E64;
}
</style>