Shades of Blue Lagoon #0B5E7C
Tints of Blue Lagoon #0B5E7C
RGB
CMYK
RGB Variations
Color information
#0B5E7C (or 0x0B5E7C) is known color: Blue Lagoon. HEX triplet: 0B, 5E and 7C. RGB value is (11,94,124). Sum of RGB (Red+Green+Blue) = 11+94+124=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B5E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E7C is #F4A183. Grayscale: #484848. Windows color (decimal): -16032132 or 8150539. OLE color: 8150539.
HSL color Cylindrical-coordinate representation of color #0B5E7C: hue angle of 195.93º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5E7C is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 94 | 124 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.51 |
| HSL | 195.93º | 0.84% | 0.26% | - |
| HSV(B) | 195.93º | 0.91% | 0.49% | - |
| XYZ | 7.78 | 9.53 | 20.5 | - |
| YUV | 72.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 124 | 0.91 | 0.24 | 0 | 0.51 | 195.93 | 0.84 | 0.26 |
| Hex | B | 5E | 7C | 5B | 18 | 0 | 33 | C4 | 54 | 1A |
| Octal | 13 | 136 | 174 | 133 | 30 | 0 | 63 | 304 | 124 | 32 |
| Binary | 1011 | 1011110 | 1111100 | 1011011 | 11000 | 0 | 110011 | 11000100 | 1010100 | 11010 |
Color Harmonies of #0B5E7C
Complementary color
Monochromatic Colors of #0B5E7C
Black with #0B5E7C
Text Example
Text Example
White with #0B5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E7C; }
p { color: rgb(11,94,124); }
H1.HeaderClassName
{
color: #0B5E7C;
}
.AnyTagClassName
{
color: #0B5E7C;
}
</style>
background-color css
<style>
a { background-color: #0B5E7C; }
a { background-color: rgb(11,94,124); }
div.DivClassName
{
background-color: #0B5E7C;
}
.BgClassName
{
background-color: #0B5E7C;
}
</style>
border-color css
<style>
span { border-color: #0B5E7C; }
span { border-color: rgb(11,94,124); }
td.TdClassName
{
border-color: #0B5E7C;
}
.TagClassName
{
border-color: #0B5E7C;
}
</style>