Shades of Deep Sea #0B8567
Tints of Deep Sea #0B8567
RGB
CMYK
RGB Variations
Color information
#0B8567 (or 0x0B8567) is known color: Deep Sea. HEX triplet: 0B, 85 and 67. RGB value is (11,133,103). Sum of RGB (Red+Green+Blue) = 11+133+103=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8567 is #F47A98. Grayscale: #5D5D5D. Windows color (decimal): -16022169 or 6784267. OLE color: 6784267.
HSL color Cylindrical-coordinate representation of color #0B8567: hue angle of 165.25º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8567 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 103 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.48 |
| HSL | 165.25º | 0.85% | 0.28% | - |
| HSV(B) | 165.25º | 0.92% | 0.52% | - |
| XYZ | 10.97 | 17.83 | 15.69 | - |
| YUV | 93.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 103 | 0.92 | 0 | 0.23 | 0.48 | 165.25 | 0.85 | 0.28 |
| Hex | B | 85 | 67 | 5C | 0 | 17 | 30 | A5 | 55 | 1C |
| Octal | 13 | 205 | 147 | 134 | 0 | 27 | 60 | 245 | 125 | 34 |
| Binary | 1011 | 10000101 | 1100111 | 1011100 | 0 | 10111 | 110000 | 10100101 | 1010101 | 11100 |
Color Harmonies of #0B8567
Complementary color
Monochromatic Colors of #0B8567
Black with #0B8567
Text Example
Text Example
White with #0B8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8567; }
p { color: rgb(11,133,103); }
H1.HeaderClassName
{
color: #0B8567;
}
.AnyTagClassName
{
color: #0B8567;
}
</style>
background-color css
<style>
a { background-color: #0B8567; }
a { background-color: rgb(11,133,103); }
div.DivClassName
{
background-color: #0B8567;
}
.BgClassName
{
background-color: #0B8567;
}
</style>
border-color css
<style>
span { border-color: #0B8567; }
span { border-color: rgb(11,133,103); }
td.TdClassName
{
border-color: #0B8567;
}
.TagClassName
{
border-color: #0B8567;
}
</style>