Shades of Blue Lagoon #0B6773
Tints of Blue Lagoon #0B6773
RGB
CMYK
RGB Variations
Color information
#0B6773 (or 0x0B6773) is known color: Blue Lagoon. HEX triplet: 0B, 67 and 73. RGB value is (11,103,115). Sum of RGB (Red+Green+Blue) = 11+103+115=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B6773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6773 is #F4988C. Grayscale: #4C4C4C. Windows color (decimal): -16029837 or 7563019. OLE color: 7563019.
HSL color Cylindrical-coordinate representation of color #0B6773: hue angle of 186.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6773 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 103 | 115 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.55 |
| HSL | 186.92º | 0.83% | 0.25% | - |
| HSV(B) | 186.92º | 0.9% | 0.45% | - |
| XYZ | 8.08 | 11.01 | 17.92 | - |
| YUV | 76.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 115 | 0.90 | 0.10 | 0 | 0.55 | 186.92 | 0.83 | 0.25 |
| Hex | B | 67 | 73 | 5A | A | 0 | 37 | BB | 53 | 19 |
| Octal | 13 | 147 | 163 | 132 | 12 | 0 | 67 | 273 | 123 | 31 |
| Binary | 1011 | 1100111 | 1110011 | 1011010 | 1010 | 0 | 110111 | 10111011 | 1010011 | 11001 |
Color Harmonies of #0B6773
Complementary color
Monochromatic Colors of #0B6773
Black with #0B6773
Text Example
Text Example
White with #0B6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6773; }
p { color: rgb(11,103,115); }
H1.HeaderClassName
{
color: #0B6773;
}
.AnyTagClassName
{
color: #0B6773;
}
</style>
background-color css
<style>
a { background-color: #0B6773; }
a { background-color: rgb(11,103,115); }
div.DivClassName
{
background-color: #0B6773;
}
.BgClassName
{
background-color: #0B6773;
}
</style>
border-color css
<style>
span { border-color: #0B6773; }
span { border-color: rgb(11,103,115); }
td.TdClassName
{
border-color: #0B6773;
}
.TagClassName
{
border-color: #0B6773;
}
</style>