Shades of Blue Lagoon #105A69
Tints of Blue Lagoon #105A69
RGB
CMYK
RGB Variations
Color information
#105A69 (or 0x105A69) is known color: Blue Lagoon. HEX triplet: 10, 5A and 69. RGB value is (16,90,105). Sum of RGB (Red+Green+Blue) = 16+90+105=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #105A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A69 is #EFA596. Grayscale: #454545. Windows color (decimal): -15705495 or 6904336. OLE color: 6904336.
HSL color Cylindrical-coordinate representation of color #105A69: hue angle of 190.11º 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 #105A69 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 90 | 105 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.59 |
| HSL | 190.11º | 0.74% | 0.24% | - |
| HSV(B) | 190.11º | 0.85% | 0.41% | - |
| XYZ | 6.42 | 8.44 | 14.66 | - |
| YUV | 69.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 105 | 0.85 | 0.14 | 0 | 0.59 | 190.11 | 0.74 | 0.24 |
| Hex | 10 | 5A | 69 | 55 | E | 0 | 3B | BE | 4A | 18 |
| Octal | 20 | 132 | 151 | 125 | 16 | 0 | 73 | 276 | 112 | 30 |
| Binary | 10000 | 1011010 | 1101001 | 1010101 | 1110 | 0 | 111011 | 10111110 | 1001010 | 11000 |
Color Harmonies of #105A69
Complementary color
Monochromatic Colors of #105A69
Black with #105A69
Text Example
Text Example
White with #105A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A69; }
p { color: rgb(16,90,105); }
H1.HeaderClassName
{
color: #105A69;
}
.AnyTagClassName
{
color: #105A69;
}
</style>
background-color css
<style>
a { background-color: #105A69; }
a { background-color: rgb(16,90,105); }
div.DivClassName
{
background-color: #105A69;
}
.BgClassName
{
background-color: #105A69;
}
</style>
border-color css
<style>
span { border-color: #105A69; }
span { border-color: rgb(16,90,105); }
td.TdClassName
{
border-color: #105A69;
}
.TagClassName
{
border-color: #105A69;
}
</style>