Shades of Blue Lagoon #126070
Tints of Blue Lagoon #126070
RGB
CMYK
RGB Variations
Color information
#126070 (or 0x126070) is known color: Blue Lagoon. HEX triplet: 12, 60 and 70. RGB value is (18,96,112). Sum of RGB (Red+Green+Blue) = 18+96+112=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #126070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126070 is #ED9F8F. Grayscale: #4A4A4A. Windows color (decimal): -15572880 or 7364626. OLE color: 7364626.
HSL color Cylindrical-coordinate representation of color #126070: hue angle of 190.21º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126070 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 96 | 112 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.56 |
| HSL | 190.21º | 0.72% | 0.25% | - |
| HSV(B) | 190.21º | 0.84% | 0.44% | - |
| XYZ | 7.36 | 9.66 | 16.81 | - |
| YUV | 74.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 112 | 0.84 | 0.14 | 0 | 0.56 | 190.21 | 0.72 | 0.25 |
| Hex | 12 | 60 | 70 | 54 | E | 0 | 38 | BE | 48 | 19 |
| Octal | 22 | 140 | 160 | 124 | 16 | 0 | 70 | 276 | 110 | 31 |
| Binary | 10010 | 1100000 | 1110000 | 1010100 | 1110 | 0 | 111000 | 10111110 | 1001000 | 11001 |
Color Harmonies of #126070
Complementary color
Monochromatic Colors of #126070
Black with #126070
Text Example
Text Example
White with #126070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126070; }
p { color: rgb(18,96,112); }
H1.HeaderClassName
{
color: #126070;
}
.AnyTagClassName
{
color: #126070;
}
</style>
background-color css
<style>
a { background-color: #126070; }
a { background-color: rgb(18,96,112); }
div.DivClassName
{
background-color: #126070;
}
.BgClassName
{
background-color: #126070;
}
</style>
border-color css
<style>
span { border-color: #126070; }
span { border-color: rgb(18,96,112); }
td.TdClassName
{
border-color: #126070;
}
.TagClassName
{
border-color: #126070;
}
</style>