Shades of Blue Lagoon #0B687A
Tints of Blue Lagoon #0B687A
RGB
CMYK
RGB Variations
Color information
#0B687A (or 0x0B687A) is known color: Blue Lagoon. HEX triplet: 0B, 68 and 7A. RGB value is (11,104,122). Sum of RGB (Red+Green+Blue) = 11+104+122=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B687A is #F49785. Grayscale: #4E4E4E. Windows color (decimal): -16029574 or 8022027. OLE color: 8022027.
HSL color Cylindrical-coordinate representation of color #0B687A: hue angle of 189.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B687A is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 104 | 122 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.52 |
| HSL | 189.73º | 0.83% | 0.26% | - |
| HSV(B) | 189.73º | 0.91% | 0.48% | - |
| XYZ | 8.6 | 11.38 | 20.15 | - |
| YUV | 78.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 122 | 0.91 | 0.15 | 0 | 0.52 | 189.73 | 0.83 | 0.26 |
| Hex | B | 68 | 7A | 5B | F | 0 | 34 | BE | 53 | 1A |
| Octal | 13 | 150 | 172 | 133 | 17 | 0 | 64 | 276 | 123 | 32 |
| Binary | 1011 | 1101000 | 1111010 | 1011011 | 1111 | 0 | 110100 | 10111110 | 1010011 | 11010 |
Color Harmonies of #0B687A
Complementary color
Monochromatic Colors of #0B687A
Black with #0B687A
Text Example
Text Example
White with #0B687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B687A; }
p { color: rgb(11,104,122); }
H1.HeaderClassName
{
color: #0B687A;
}
.AnyTagClassName
{
color: #0B687A;
}
</style>
background-color css
<style>
a { background-color: #0B687A; }
a { background-color: rgb(11,104,122); }
div.DivClassName
{
background-color: #0B687A;
}
.BgClassName
{
background-color: #0B687A;
}
</style>
border-color css
<style>
span { border-color: #0B687A; }
span { border-color: rgb(11,104,122); }
td.TdClassName
{
border-color: #0B687A;
}
.TagClassName
{
border-color: #0B687A;
}
</style>