Shades of Blue Lagoon #0B4F68
Tints of Blue Lagoon #0B4F68
RGB
CMYK
RGB Variations
Color information
#0B4F68 (or 0x0B4F68) is known color: Blue Lagoon. HEX triplet: 0B, 4F and 68. RGB value is (11,79,104). Sum of RGB (Red+Green+Blue) = 11+79+104=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B4F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4F68 is #F4B097. Grayscale: #3D3D3D. Windows color (decimal): -16035992 or 6835979. OLE color: 6835979.
HSL color Cylindrical-coordinate representation of color #0B4F68: hue angle of 196.13º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4F68 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 79 | 104 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.59 |
| HSL | 196.13º | 0.81% | 0.23% | - |
| HSV(B) | 196.13º | 0.89% | 0.41% | - |
| XYZ | 5.43 | 6.66 | 14.1 | - |
| YUV | 61.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 104 | 0.89 | 0.24 | 0 | 0.59 | 196.13 | 0.81 | 0.23 |
| Hex | B | 4F | 68 | 59 | 18 | 0 | 3B | C4 | 51 | 17 |
| Octal | 13 | 117 | 150 | 131 | 30 | 0 | 73 | 304 | 121 | 27 |
| Binary | 1011 | 1001111 | 1101000 | 1011001 | 11000 | 0 | 111011 | 11000100 | 1010001 | 10111 |
Color Harmonies of #0B4F68
Complementary color
Monochromatic Colors of #0B4F68
Black with #0B4F68
Text Example
Text Example
White with #0B4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F68; }
p { color: rgb(11,79,104); }
H1.HeaderClassName
{
color: #0B4F68;
}
.AnyTagClassName
{
color: #0B4F68;
}
</style>
background-color css
<style>
a { background-color: #0B4F68; }
a { background-color: rgb(11,79,104); }
div.DivClassName
{
background-color: #0B4F68;
}
.BgClassName
{
background-color: #0B4F68;
}
</style>
border-color css
<style>
span { border-color: #0B4F68; }
span { border-color: rgb(11,79,104); }
td.TdClassName
{
border-color: #0B4F68;
}
.TagClassName
{
border-color: #0B4F68;
}
</style>