Shades of Blue Lagoon #105D73
Tints of Blue Lagoon #105D73
RGB
CMYK
RGB Variations
Color information
#105D73 (or 0x105D73) is known color: Blue Lagoon. HEX triplet: 10, 5D and 73. RGB value is (16,93,115). Sum of RGB (Red+Green+Blue) = 16+93+115=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #105D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D73 is #EFA28C. Grayscale: #484848. Windows color (decimal): -15704717 or 7560464. OLE color: 7560464.
HSL color Cylindrical-coordinate representation of color #105D73: hue angle of 193.33º 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 #105D73 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 93 | 115 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.55 |
| HSL | 193.33º | 0.76% | 0.26% | - |
| HSV(B) | 193.33º | 0.86% | 0.45% | - |
| XYZ | 7.22 | 9.18 | 17.61 | - |
| YUV | 72.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 115 | 0.86 | 0.19 | 0 | 0.55 | 193.33 | 0.76 | 0.26 |
| Hex | 10 | 5D | 73 | 56 | 13 | 0 | 37 | C1 | 4C | 1A |
| Octal | 20 | 135 | 163 | 126 | 23 | 0 | 67 | 301 | 114 | 32 |
| Binary | 10000 | 1011101 | 1110011 | 1010110 | 10011 | 0 | 110111 | 11000001 | 1001100 | 11010 |
Color Harmonies of #105D73
Complementary color
Monochromatic Colors of #105D73
Black with #105D73
Text Example
Text Example
White with #105D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D73; }
p { color: rgb(16,93,115); }
H1.HeaderClassName
{
color: #105D73;
}
.AnyTagClassName
{
color: #105D73;
}
</style>
background-color css
<style>
a { background-color: #105D73; }
a { background-color: rgb(16,93,115); }
div.DivClassName
{
background-color: #105D73;
}
.BgClassName
{
background-color: #105D73;
}
</style>
border-color css
<style>
span { border-color: #105D73; }
span { border-color: rgb(16,93,115); }
td.TdClassName
{
border-color: #105D73;
}
.TagClassName
{
border-color: #105D73;
}
</style>