Shades of Blue Lagoon #105F74
Tints of Blue Lagoon #105F74
RGB
CMYK
RGB Variations
Color information
#105F74 (or 0x105F74) is known color: Blue Lagoon. HEX triplet: 10, 5F and 74. RGB value is (16,95,116). Sum of RGB (Red+Green+Blue) = 16+95+116=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #105F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F74 is #EFA08B. Grayscale: #494949. Windows color (decimal): -15704204 or 7626512. OLE color: 7626512.
HSL color Cylindrical-coordinate representation of color #105F74: hue angle of 192.6º 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 #105F74 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 95 | 116 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.55 |
| HSL | 192.6º | 0.76% | 0.26% | - |
| HSV(B) | 192.6º | 0.86% | 0.45% | - |
| XYZ | 7.46 | 9.56 | 17.97 | - |
| YUV | 73.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 116 | 0.86 | 0.18 | 0 | 0.55 | 192.6 | 0.76 | 0.26 |
| Hex | 10 | 5F | 74 | 56 | 12 | 0 | 37 | C1 | 4C | 1A |
| Octal | 20 | 137 | 164 | 126 | 22 | 0 | 67 | 301 | 114 | 32 |
| Binary | 10000 | 1011111 | 1110100 | 1010110 | 10010 | 0 | 110111 | 11000001 | 1001100 | 11010 |
Color Harmonies of #105F74
Complementary color
Monochromatic Colors of #105F74
Black with #105F74
Text Example
Text Example
White with #105F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F74; }
p { color: rgb(16,95,116); }
H1.HeaderClassName
{
color: #105F74;
}
.AnyTagClassName
{
color: #105F74;
}
</style>
background-color css
<style>
a { background-color: #105F74; }
a { background-color: rgb(16,95,116); }
div.DivClassName
{
background-color: #105F74;
}
.BgClassName
{
background-color: #105F74;
}
</style>
border-color css
<style>
span { border-color: #105F74; }
span { border-color: rgb(16,95,116); }
td.TdClassName
{
border-color: #105F74;
}
.TagClassName
{
border-color: #105F74;
}
</style>