Shades of Blue Lagoon #0B6269
Tints of Blue Lagoon #0B6269
RGB
CMYK
RGB Variations
Color information
#0B6269 (or 0x0B6269) is known color: Blue Lagoon. HEX triplet: 0B, 62 and 69. RGB value is (11,98,105). Sum of RGB (Red+Green+Blue) = 11+98+105=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B6269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6269 is #F49D96. Grayscale: #484848. Windows color (decimal): -16031127 or 6906379. OLE color: 6906379.
HSL color Cylindrical-coordinate representation of color #0B6269: hue angle of 184.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6269 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 98 | 105 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.59 |
| HSL | 184.47º | 0.81% | 0.23% | - |
| HSV(B) | 184.47º | 0.9% | 0.41% | - |
| XYZ | 7.06 | 9.83 | 14.89 | - |
| YUV | 72.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 105 | 0.90 | 0.07 | 0 | 0.59 | 184.47 | 0.81 | 0.23 |
| Hex | B | 62 | 69 | 5A | 7 | 0 | 3B | B8 | 51 | 17 |
| Octal | 13 | 142 | 151 | 132 | 7 | 0 | 73 | 270 | 121 | 27 |
| Binary | 1011 | 1100010 | 1101001 | 1011010 | 111 | 0 | 111011 | 10111000 | 1010001 | 10111 |
Color Harmonies of #0B6269
Complementary color
Monochromatic Colors of #0B6269
Black with #0B6269
Text Example
Text Example
White with #0B6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6269; }
p { color: rgb(11,98,105); }
H1.HeaderClassName
{
color: #0B6269;
}
.AnyTagClassName
{
color: #0B6269;
}
</style>
background-color css
<style>
a { background-color: #0B6269; }
a { background-color: rgb(11,98,105); }
div.DivClassName
{
background-color: #0B6269;
}
.BgClassName
{
background-color: #0B6269;
}
</style>
border-color css
<style>
span { border-color: #0B6269; }
span { border-color: rgb(11,98,105); }
td.TdClassName
{
border-color: #0B6269;
}
.TagClassName
{
border-color: #0B6269;
}
</style>