Shades of Blue Lagoon #126472
Tints of Blue Lagoon #126472
RGB
CMYK
RGB Variations
Color information
#126472 (or 0x126472) is known color: Blue Lagoon. HEX triplet: 12, 64 and 72. RGB value is (18,100,114). Sum of RGB (Red+Green+Blue) = 18+100+114=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #126472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126472 is #ED9B8D. Grayscale: #4C4C4C. Windows color (decimal): -15571854 or 7496722. OLE color: 7496722.
HSL color Cylindrical-coordinate representation of color #126472: hue angle of 188.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126472 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 100 | 114 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.55 |
| HSL | 188.75º | 0.73% | 0.26% | - |
| HSV(B) | 188.75º | 0.84% | 0.45% | - |
| XYZ | 7.84 | 10.46 | 17.52 | - |
| YUV | 77.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 114 | 0.84 | 0.12 | 0 | 0.55 | 188.75 | 0.73 | 0.26 |
| Hex | 12 | 64 | 72 | 54 | C | 0 | 37 | BD | 49 | 1A |
| Octal | 22 | 144 | 162 | 124 | 14 | 0 | 67 | 275 | 111 | 32 |
| Binary | 10010 | 1100100 | 1110010 | 1010100 | 1100 | 0 | 110111 | 10111101 | 1001001 | 11010 |
Color Harmonies of #126472
Complementary color
Monochromatic Colors of #126472
Black with #126472
Text Example
Text Example
White with #126472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126472; }
p { color: rgb(18,100,114); }
H1.HeaderClassName
{
color: #126472;
}
.AnyTagClassName
{
color: #126472;
}
</style>
background-color css
<style>
a { background-color: #126472; }
a { background-color: rgb(18,100,114); }
div.DivClassName
{
background-color: #126472;
}
.BgClassName
{
background-color: #126472;
}
</style>
border-color css
<style>
span { border-color: #126472; }
span { border-color: rgb(18,100,114); }
td.TdClassName
{
border-color: #126472;
}
.TagClassName
{
border-color: #126472;
}
</style>