Shades of Blue Lagoon #126271
Tints of Blue Lagoon #126271
RGB
CMYK
RGB Variations
Color information
#126271 (or 0x126271) is known color: Blue Lagoon. HEX triplet: 12, 62 and 71. RGB value is (18,98,113). Sum of RGB (Red+Green+Blue) = 18+98+113=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #126271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126271 is #ED9D8E. Grayscale: #4B4B4B. Windows color (decimal): -15572367 or 7430674. OLE color: 7430674.
HSL color Cylindrical-coordinate representation of color #126271: hue angle of 189.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126271 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 98 | 113 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.56 |
| HSL | 189.47º | 0.73% | 0.26% | - |
| HSV(B) | 189.47º | 0.84% | 0.44% | - |
| XYZ | 7.6 | 10.06 | 17.16 | - |
| YUV | 75.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 113 | 0.84 | 0.13 | 0 | 0.56 | 189.47 | 0.73 | 0.26 |
| Hex | 12 | 62 | 71 | 54 | D | 0 | 38 | BD | 49 | 1A |
| Octal | 22 | 142 | 161 | 124 | 15 | 0 | 70 | 275 | 111 | 32 |
| Binary | 10010 | 1100010 | 1110001 | 1010100 | 1101 | 0 | 111000 | 10111101 | 1001001 | 11010 |
Color Harmonies of #126271
Complementary color
Monochromatic Colors of #126271
Black with #126271
Text Example
Text Example
White with #126271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126271; }
p { color: rgb(18,98,113); }
H1.HeaderClassName
{
color: #126271;
}
.AnyTagClassName
{
color: #126271;
}
</style>
background-color css
<style>
a { background-color: #126271; }
a { background-color: rgb(18,98,113); }
div.DivClassName
{
background-color: #126271;
}
.BgClassName
{
background-color: #126271;
}
</style>
border-color css
<style>
span { border-color: #126271; }
span { border-color: rgb(18,98,113); }
td.TdClassName
{
border-color: #126271;
}
.TagClassName
{
border-color: #126271;
}
</style>