Shades of Blue Lagoon #105667
Tints of Blue Lagoon #105667
RGB
CMYK
RGB Variations
Color information
#105667 (or 0x105667) is known color: Blue Lagoon. HEX triplet: 10, 56 and 67. RGB value is (16,86,103). Sum of RGB (Red+Green+Blue) = 16+86+103=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #105667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105667 is #EFA998. Grayscale: #424242. Windows color (decimal): -15706521 or 6772240. OLE color: 6772240.
HSL color Cylindrical-coordinate representation of color #105667: hue angle of 191.72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105667 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 86 | 103 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.60 |
| HSL | 191.72º | 0.73% | 0.23% | - |
| HSV(B) | 191.72º | 0.84% | 0.4% | - |
| XYZ | 5.99 | 7.75 | 14.01 | - |
| YUV | 67.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 103 | 0.84 | 0.17 | 0 | 0.60 | 191.72 | 0.73 | 0.23 |
| Hex | 10 | 56 | 67 | 54 | 11 | 0 | 3C | C0 | 49 | 17 |
| Octal | 20 | 126 | 147 | 124 | 21 | 0 | 74 | 300 | 111 | 27 |
| Binary | 10000 | 1010110 | 1100111 | 1010100 | 10001 | 0 | 111100 | 11000000 | 1001001 | 10111 |
Color Harmonies of #105667
Complementary color
Monochromatic Colors of #105667
Black with #105667
Text Example
Text Example
White with #105667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105667; }
p { color: rgb(16,86,103); }
H1.HeaderClassName
{
color: #105667;
}
.AnyTagClassName
{
color: #105667;
}
</style>
background-color css
<style>
a { background-color: #105667; }
a { background-color: rgb(16,86,103); }
div.DivClassName
{
background-color: #105667;
}
.BgClassName
{
background-color: #105667;
}
</style>
border-color css
<style>
span { border-color: #105667; }
span { border-color: rgb(16,86,103); }
td.TdClassName
{
border-color: #105667;
}
.TagClassName
{
border-color: #105667;
}
</style>