Shades of Blue Lagoon #105E72
Tints of Blue Lagoon #105E72
RGB
CMYK
RGB Variations
Color information
#105E72 (or 0x105E72) is known color: Blue Lagoon. HEX triplet: 10, 5E and 72. RGB value is (16,94,114). Sum of RGB (Red+Green+Blue) = 16+94+114=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #105E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E72 is #EFA18D. Grayscale: #484848. Windows color (decimal): -15704462 or 7495184. OLE color: 7495184.
HSL color Cylindrical-coordinate representation of color #105E72: hue angle of 192.24º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105E72 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 94 | 114 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.55 |
| HSL | 192.24º | 0.75% | 0.25% | - |
| HSV(B) | 192.24º | 0.86% | 0.45% | - |
| XYZ | 7.25 | 9.33 | 17.34 | - |
| YUV | 72.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 114 | 0.86 | 0.18 | 0 | 0.55 | 192.24 | 0.75 | 0.25 |
| Hex | 10 | 5E | 72 | 56 | 12 | 0 | 37 | C0 | 4B | 19 |
| Octal | 20 | 136 | 162 | 126 | 22 | 0 | 67 | 300 | 113 | 31 |
| Binary | 10000 | 1011110 | 1110010 | 1010110 | 10010 | 0 | 110111 | 11000000 | 1001011 | 11001 |
Color Harmonies of #105E72
Complementary color
Monochromatic Colors of #105E72
Black with #105E72
Text Example
Text Example
White with #105E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E72; }
p { color: rgb(16,94,114); }
H1.HeaderClassName
{
color: #105E72;
}
.AnyTagClassName
{
color: #105E72;
}
</style>
background-color css
<style>
a { background-color: #105E72; }
a { background-color: rgb(16,94,114); }
div.DivClassName
{
background-color: #105E72;
}
.BgClassName
{
background-color: #105E72;
}
</style>
border-color css
<style>
span { border-color: #105E72; }
span { border-color: rgb(16,94,114); }
td.TdClassName
{
border-color: #105E72;
}
.TagClassName
{
border-color: #105E72;
}
</style>