Shades of Deep Sea #0B875C
Tints of Deep Sea #0B875C
RGB
CMYK
RGB Variations
Color information
#0B875C (or 0x0B875C) is known color: Deep Sea. HEX triplet: 0B, 87 and 5C. RGB value is (11,135,92). Sum of RGB (Red+Green+Blue) = 11+135+92=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #0B875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B875C is #F478A3. Grayscale: #5D5D5D. Windows color (decimal): -16021668 or 6063883. OLE color: 6063883.
HSL color Cylindrical-coordinate representation of color #0B875C: hue angle of 159.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B875C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 92 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.47 |
| HSL | 159.19º | 0.85% | 0.29% | - |
| HSV(B) | 159.19º | 0.92% | 0.53% | - |
| XYZ | 10.73 | 18.17 | 13.07 | - |
| YUV | 93.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 92 | 0.92 | 0 | 0.32 | 0.47 | 159.19 | 0.85 | 0.29 |
| Hex | B | 87 | 5C | 5C | 0 | 20 | 2F | 9F | 55 | 1D |
| Octal | 13 | 207 | 134 | 134 | 0 | 40 | 57 | 237 | 125 | 35 |
| Binary | 1011 | 10000111 | 1011100 | 1011100 | 0 | 100000 | 101111 | 10011111 | 1010101 | 11101 |
Color Harmonies of #0B875C
Complementary color
Monochromatic Colors of #0B875C
Black with #0B875C
Text Example
Text Example
White with #0B875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B875C; }
p { color: rgb(11,135,92); }
H1.HeaderClassName
{
color: #0B875C;
}
.AnyTagClassName
{
color: #0B875C;
}
</style>
background-color css
<style>
a { background-color: #0B875C; }
a { background-color: rgb(11,135,92); }
div.DivClassName
{
background-color: #0B875C;
}
.BgClassName
{
background-color: #0B875C;
}
</style>
border-color css
<style>
span { border-color: #0B875C; }
span { border-color: rgb(11,135,92); }
td.TdClassName
{
border-color: #0B875C;
}
.TagClassName
{
border-color: #0B875C;
}
</style>