Shades of Blue Lagoon #105669
Tints of Blue Lagoon #105669
RGB
CMYK
RGB Variations
Color information
#105669 (or 0x105669) is known color: Blue Lagoon. HEX triplet: 10, 56 and 69. RGB value is (16,86,105). Sum of RGB (Red+Green+Blue) = 16+86+105=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #105669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105669 is #EFA996. Grayscale: #434343. Windows color (decimal): -15706519 or 6903312. OLE color: 6903312.
HSL color Cylindrical-coordinate representation of color #105669: hue angle of 192.81º degrees, saturation: 0.74, 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 #105669 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 86 | 105 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.59 |
| HSL | 192.81º | 0.74% | 0.24% | - |
| HSV(B) | 192.81º | 0.85% | 0.41% | - |
| XYZ | 6.09 | 7.79 | 14.55 | - |
| YUV | 67.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 105 | 0.85 | 0.18 | 0 | 0.59 | 192.81 | 0.74 | 0.24 |
| Hex | 10 | 56 | 69 | 55 | 12 | 0 | 3B | C1 | 4A | 18 |
| Octal | 20 | 126 | 151 | 125 | 22 | 0 | 73 | 301 | 112 | 30 |
| Binary | 10000 | 1010110 | 1101001 | 1010101 | 10010 | 0 | 111011 | 11000001 | 1001010 | 11000 |
Color Harmonies of #105669
Complementary color
Monochromatic Colors of #105669
Black with #105669
Text Example
Text Example
White with #105669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105669; }
p { color: rgb(16,86,105); }
H1.HeaderClassName
{
color: #105669;
}
.AnyTagClassName
{
color: #105669;
}
</style>
background-color css
<style>
a { background-color: #105669; }
a { background-color: rgb(16,86,105); }
div.DivClassName
{
background-color: #105669;
}
.BgClassName
{
background-color: #105669;
}
</style>
border-color css
<style>
span { border-color: #105669; }
span { border-color: rgb(16,86,105); }
td.TdClassName
{
border-color: #105669;
}
.TagClassName
{
border-color: #105669;
}
</style>