Shades of Blue Lagoon #0B6478
Tints of Blue Lagoon #0B6478
RGB
CMYK
RGB Variations
Color information
#0B6478 (or 0x0B6478) is known color: Blue Lagoon. HEX triplet: 0B, 64 and 78. RGB value is (11,100,120). Sum of RGB (Red+Green+Blue) = 11+100+120=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B6478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6478 is #F49B87. Grayscale: #4B4B4B. Windows color (decimal): -16030600 or 7889931. OLE color: 7889931.
HSL color Cylindrical-coordinate representation of color #0B6478: hue angle of 191.01º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6478 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 100 | 120 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.53 |
| HSL | 191.01º | 0.83% | 0.26% | - |
| HSV(B) | 191.01º | 0.91% | 0.47% | - |
| XYZ | 8.09 | 10.54 | 19.38 | - |
| YUV | 75.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 120 | 0.91 | 0.17 | 0 | 0.53 | 191.01 | 0.83 | 0.26 |
| Hex | B | 64 | 78 | 5B | 11 | 0 | 35 | BF | 53 | 1A |
| Octal | 13 | 144 | 170 | 133 | 21 | 0 | 65 | 277 | 123 | 32 |
| Binary | 1011 | 1100100 | 1111000 | 1011011 | 10001 | 0 | 110101 | 10111111 | 1010011 | 11010 |
Color Harmonies of #0B6478
Complementary color
Monochromatic Colors of #0B6478
Black with #0B6478
Text Example
Text Example
White with #0B6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6478; }
p { color: rgb(11,100,120); }
H1.HeaderClassName
{
color: #0B6478;
}
.AnyTagClassName
{
color: #0B6478;
}
</style>
background-color css
<style>
a { background-color: #0B6478; }
a { background-color: rgb(11,100,120); }
div.DivClassName
{
background-color: #0B6478;
}
.BgClassName
{
background-color: #0B6478;
}
</style>
border-color css
<style>
span { border-color: #0B6478; }
span { border-color: rgb(11,100,120); }
td.TdClassName
{
border-color: #0B6478;
}
.TagClassName
{
border-color: #0B6478;
}
</style>