Shades of Blue Lagoon #105973
Tints of Blue Lagoon #105973
RGB
CMYK
RGB Variations
Color information
#105973 (or 0x105973) is known color: Blue Lagoon. HEX triplet: 10, 59 and 73. RGB value is (16,89,115). Sum of RGB (Red+Green+Blue) = 16+89+115=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #105973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105973 is #EFA68C. Grayscale: #454545. Windows color (decimal): -15705741 or 7559440. OLE color: 7559440.
HSL color Cylindrical-coordinate representation of color #105973: hue angle of 195.76º 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 #105973 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 89 | 115 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.55 |
| HSL | 195.76º | 0.76% | 0.26% | - |
| HSV(B) | 195.76º | 0.86% | 0.45% | - |
| XYZ | 6.88 | 8.49 | 17.5 | - |
| YUV | 70.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 115 | 0.86 | 0.23 | 0 | 0.55 | 195.76 | 0.76 | 0.26 |
| Hex | 10 | 59 | 73 | 56 | 17 | 0 | 37 | C4 | 4C | 1A |
| Octal | 20 | 131 | 163 | 126 | 27 | 0 | 67 | 304 | 114 | 32 |
| Binary | 10000 | 1011001 | 1110011 | 1010110 | 10111 | 0 | 110111 | 11000100 | 1001100 | 11010 |
Color Harmonies of #105973
Complementary color
Monochromatic Colors of #105973
Black with #105973
Text Example
Text Example
White with #105973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105973; }
p { color: rgb(16,89,115); }
H1.HeaderClassName
{
color: #105973;
}
.AnyTagClassName
{
color: #105973;
}
</style>
background-color css
<style>
a { background-color: #105973; }
a { background-color: rgb(16,89,115); }
div.DivClassName
{
background-color: #105973;
}
.BgClassName
{
background-color: #105973;
}
</style>
border-color css
<style>
span { border-color: #105973; }
span { border-color: rgb(16,89,115); }
td.TdClassName
{
border-color: #105973;
}
.TagClassName
{
border-color: #105973;
}
</style>