Shades of Blue Lagoon #0B5E7F
Tints of Blue Lagoon #0B5E7F
RGB
CMYK
RGB Variations
Color information
#0B5E7F (or 0x0B5E7F) is known color: Blue Lagoon. HEX triplet: 0B, 5E and 7F. RGB value is (11,94,127). Sum of RGB (Red+Green+Blue) = 11+94+127=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B5E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E7F is #F4A180. Grayscale: #484848. Windows color (decimal): -16032129 or 8347147. OLE color: 8347147.
HSL color Cylindrical-coordinate representation of color #0B5E7F: hue angle of 197.07º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5E7F is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 94 | 127 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.50 |
| HSL | 197.07º | 0.84% | 0.27% | - |
| HSV(B) | 197.07º | 0.91% | 0.5% | - |
| XYZ | 7.97 | 9.61 | 21.51 | - |
| YUV | 72.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 127 | 0.91 | 0.26 | 0 | 0.50 | 197.07 | 0.84 | 0.27 |
| Hex | B | 5E | 7F | 5B | 1A | 0 | 32 | C5 | 54 | 1B |
| Octal | 13 | 136 | 177 | 133 | 32 | 0 | 62 | 305 | 124 | 33 |
| Binary | 1011 | 1011110 | 1111111 | 1011011 | 11010 | 0 | 110010 | 11000101 | 1010100 | 11011 |
Color Harmonies of #0B5E7F
Complementary color
Monochromatic Colors of #0B5E7F
Black with #0B5E7F
Text Example
Text Example
White with #0B5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E7F; }
p { color: rgb(11,94,127); }
H1.HeaderClassName
{
color: #0B5E7F;
}
.AnyTagClassName
{
color: #0B5E7F;
}
</style>
background-color css
<style>
a { background-color: #0B5E7F; }
a { background-color: rgb(11,94,127); }
div.DivClassName
{
background-color: #0B5E7F;
}
.BgClassName
{
background-color: #0B5E7F;
}
</style>
border-color css
<style>
span { border-color: #0B5E7F; }
span { border-color: rgb(11,94,127); }
td.TdClassName
{
border-color: #0B5E7F;
}
.TagClassName
{
border-color: #0B5E7F;
}
</style>