Shades of Blue Lagoon #105E73
Tints of Blue Lagoon #105E73
RGB
CMYK
RGB Variations
Color information
#105E73 (or 0x105E73) is known color: Blue Lagoon. HEX triplet: 10, 5E and 73. RGB value is (16,94,115). Sum of RGB (Red+Green+Blue) = 16+94+115=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #105E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E73 is #EFA18C. Grayscale: #484848. Windows color (decimal): -15704461 or 7560720. OLE color: 7560720.
HSL color Cylindrical-coordinate representation of color #105E73: hue angle of 192.73º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105E73 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 94 | 115 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.55 |
| HSL | 192.73º | 0.76% | 0.26% | - |
| HSV(B) | 192.73º | 0.86% | 0.45% | - |
| XYZ | 7.31 | 9.35 | 17.64 | - |
| YUV | 73.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 115 | 0.86 | 0.18 | 0 | 0.55 | 192.73 | 0.76 | 0.26 |
| Hex | 10 | 5E | 73 | 56 | 12 | 0 | 37 | C1 | 4C | 1A |
| Octal | 20 | 136 | 163 | 126 | 22 | 0 | 67 | 301 | 114 | 32 |
| Binary | 10000 | 1011110 | 1110011 | 1010110 | 10010 | 0 | 110111 | 11000001 | 1001100 | 11010 |
Color Harmonies of #105E73
Complementary color
Monochromatic Colors of #105E73
Black with #105E73
Text Example
Text Example
White with #105E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E73; }
p { color: rgb(16,94,115); }
H1.HeaderClassName
{
color: #105E73;
}
.AnyTagClassName
{
color: #105E73;
}
</style>
background-color css
<style>
a { background-color: #105E73; }
a { background-color: rgb(16,94,115); }
div.DivClassName
{
background-color: #105E73;
}
.BgClassName
{
background-color: #105E73;
}
</style>
border-color css
<style>
span { border-color: #105E73; }
span { border-color: rgb(16,94,115); }
td.TdClassName
{
border-color: #105E73;
}
.TagClassName
{
border-color: #105E73;
}
</style>