Shades of Blue Lagoon #105868
Tints of Blue Lagoon #105868
RGB
CMYK
RGB Variations
Color information
#105868 (or 0x105868) is known color: Blue Lagoon. HEX triplet: 10, 58 and 68. RGB value is (16,88,104). Sum of RGB (Red+Green+Blue) = 16+88+104=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #105868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105868 is #EFA797. Grayscale: #444444. Windows color (decimal): -15706008 or 6838288. OLE color: 6838288.
HSL color Cylindrical-coordinate representation of color #105868: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105868 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 88 | 104 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.59 |
| HSL | 190.91º | 0.73% | 0.24% | - |
| HSV(B) | 190.91º | 0.85% | 0.41% | - |
| XYZ | 6.2 | 8.09 | 14.33 | - |
| YUV | 68.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 104 | 0.85 | 0.15 | 0 | 0.59 | 190.91 | 0.73 | 0.24 |
| Hex | 10 | 58 | 68 | 55 | F | 0 | 3B | BF | 49 | 18 |
| Octal | 20 | 130 | 150 | 125 | 17 | 0 | 73 | 277 | 111 | 30 |
| Binary | 10000 | 1011000 | 1101000 | 1010101 | 1111 | 0 | 111011 | 10111111 | 1001001 | 11000 |
Color Harmonies of #105868
Complementary color
Monochromatic Colors of #105868
Black with #105868
Text Example
Text Example
White with #105868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105868; }
p { color: rgb(16,88,104); }
H1.HeaderClassName
{
color: #105868;
}
.AnyTagClassName
{
color: #105868;
}
</style>
background-color css
<style>
a { background-color: #105868; }
a { background-color: rgb(16,88,104); }
div.DivClassName
{
background-color: #105868;
}
.BgClassName
{
background-color: #105868;
}
</style>
border-color css
<style>
span { border-color: #105868; }
span { border-color: rgb(16,88,104); }
td.TdClassName
{
border-color: #105868;
}
.TagClassName
{
border-color: #105868;
}
</style>