Shades of Blue Lagoon #0B6975
Tints of Blue Lagoon #0B6975
RGB
CMYK
RGB Variations
Color information
#0B6975 (or 0x0B6975) is known color: Blue Lagoon. HEX triplet: 0B, 69 and 75. RGB value is (11,105,117). Sum of RGB (Red+Green+Blue) = 11+105+117=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B6975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6975 is #F4968A. Grayscale: #4E4E4E. Windows color (decimal): -16029323 or 7694603. OLE color: 7694603.
HSL color Cylindrical-coordinate representation of color #0B6975: hue angle of 186.79º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6975 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 105 | 117 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.54 |
| HSL | 186.79º | 0.83% | 0.25% | - |
| HSV(B) | 186.79º | 0.91% | 0.46% | - |
| XYZ | 8.4 | 11.46 | 18.6 | - |
| YUV | 78.26 | 149.86 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 117 | 0.91 | 0.10 | 0 | 0.54 | 186.79 | 0.83 | 0.25 |
| Hex | B | 69 | 75 | 5B | A | 0 | 36 | BB | 53 | 19 |
| Octal | 13 | 151 | 165 | 133 | 12 | 0 | 66 | 273 | 123 | 31 |
| Binary | 1011 | 1101001 | 1110101 | 1011011 | 1010 | 0 | 110110 | 10111011 | 1010011 | 11001 |
Color Harmonies of #0B6975
Complementary color
Monochromatic Colors of #0B6975
Black with #0B6975
Text Example
Text Example
White with #0B6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6975; }
p { color: rgb(11,105,117); }
H1.HeaderClassName
{
color: #0B6975;
}
.AnyTagClassName
{
color: #0B6975;
}
</style>
background-color css
<style>
a { background-color: #0B6975; }
a { background-color: rgb(11,105,117); }
div.DivClassName
{
background-color: #0B6975;
}
.BgClassName
{
background-color: #0B6975;
}
</style>
border-color css
<style>
span { border-color: #0B6975; }
span { border-color: rgb(11,105,117); }
td.TdClassName
{
border-color: #0B6975;
}
.TagClassName
{
border-color: #0B6975;
}
</style>