Shades of Blue Lagoon #0B6577
Tints of Blue Lagoon #0B6577
RGB
CMYK
RGB Variations
Color information
#0B6577 (or 0x0B6577) is known color: Blue Lagoon. HEX triplet: 0B, 65 and 77. RGB value is (11,101,119). Sum of RGB (Red+Green+Blue) = 11+101+119=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B6577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6577 is #F49A88. Grayscale: #4B4B4B. Windows color (decimal): -16030345 or 7824651. OLE color: 7824651.
HSL color Cylindrical-coordinate representation of color #0B6577: hue angle of 190º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6577 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 101 | 119 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.53 |
| HSL | 190º | 0.83% | 0.25% | - |
| HSV(B) | 190º | 0.91% | 0.47% | - |
| XYZ | 8.12 | 10.71 | 19.09 | - |
| YUV | 76.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 119 | 0.91 | 0.15 | 0 | 0.53 | 190 | 0.83 | 0.25 |
| Hex | B | 65 | 77 | 5B | F | 0 | 35 | BE | 53 | 19 |
| Octal | 13 | 145 | 167 | 133 | 17 | 0 | 65 | 276 | 123 | 31 |
| Binary | 1011 | 1100101 | 1110111 | 1011011 | 1111 | 0 | 110101 | 10111110 | 1010011 | 11001 |
Color Harmonies of #0B6577
Complementary color
Monochromatic Colors of #0B6577
Black with #0B6577
Text Example
Text Example
White with #0B6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6577; }
p { color: rgb(11,101,119); }
H1.HeaderClassName
{
color: #0B6577;
}
.AnyTagClassName
{
color: #0B6577;
}
</style>
background-color css
<style>
a { background-color: #0B6577; }
a { background-color: rgb(11,101,119); }
div.DivClassName
{
background-color: #0B6577;
}
.BgClassName
{
background-color: #0B6577;
}
</style>
border-color css
<style>
span { border-color: #0B6577; }
span { border-color: rgb(11,101,119); }
td.TdClassName
{
border-color: #0B6577;
}
.TagClassName
{
border-color: #0B6577;
}
</style>