Shades of Blue Lagoon #105C74
Tints of Blue Lagoon #105C74
RGB
CMYK
RGB Variations
Color information
#105C74 (or 0x105C74) is known color: Blue Lagoon. HEX triplet: 10, 5C and 74. RGB value is (16,92,116). Sum of RGB (Red+Green+Blue) = 16+92+116=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #105C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C74 is #EFA38B. Grayscale: #474747. Windows color (decimal): -15704972 or 7625744. OLE color: 7625744.
HSL color Cylindrical-coordinate representation of color #105C74: hue angle of 194.4º 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 #105C74 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 92 | 116 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.55 |
| HSL | 194.4º | 0.76% | 0.26% | - |
| HSV(B) | 194.4º | 0.86% | 0.45% | - |
| XYZ | 7.19 | 9.03 | 17.89 | - |
| YUV | 72.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 116 | 0.86 | 0.21 | 0 | 0.55 | 194.4 | 0.76 | 0.26 |
| Hex | 10 | 5C | 74 | 56 | 15 | 0 | 37 | C2 | 4C | 1A |
| Octal | 20 | 134 | 164 | 126 | 25 | 0 | 67 | 302 | 114 | 32 |
| Binary | 10000 | 1011100 | 1110100 | 1010110 | 10101 | 0 | 110111 | 11000010 | 1001100 | 11010 |
Color Harmonies of #105C74
Complementary color
Monochromatic Colors of #105C74
Black with #105C74
Text Example
Text Example
White with #105C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C74; }
p { color: rgb(16,92,116); }
H1.HeaderClassName
{
color: #105C74;
}
.AnyTagClassName
{
color: #105C74;
}
</style>
background-color css
<style>
a { background-color: #105C74; }
a { background-color: rgb(16,92,116); }
div.DivClassName
{
background-color: #105C74;
}
.BgClassName
{
background-color: #105C74;
}
</style>
border-color css
<style>
span { border-color: #105C74; }
span { border-color: rgb(16,92,116); }
td.TdClassName
{
border-color: #105C74;
}
.TagClassName
{
border-color: #105C74;
}
</style>