Shades of Blue Lagoon #136070
Tints of Blue Lagoon #136070
RGB
CMYK
RGB Variations
Color information
#136070 (or 0x136070) is known color: Blue Lagoon. HEX triplet: 13, 60 and 70. RGB value is (19,96,112). Sum of RGB (Red+Green+Blue) = 19+96+112=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #136070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136070 is #EC9F8F. Grayscale: #4A4A4A. Windows color (decimal): -15507344 or 7364627. OLE color: 7364627.
HSL color Cylindrical-coordinate representation of color #136070: hue angle of 190.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136070 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 96 | 112 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.56 |
| HSL | 190.32º | 0.71% | 0.26% | - |
| HSV(B) | 190.32º | 0.83% | 0.44% | - |
| XYZ | 7.38 | 9.67 | 16.81 | - |
| YUV | 74.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 112 | 0.83 | 0.14 | 0 | 0.56 | 190.32 | 0.71 | 0.26 |
| Hex | 13 | 60 | 70 | 53 | E | 0 | 38 | BE | 47 | 1A |
| Octal | 23 | 140 | 160 | 123 | 16 | 0 | 70 | 276 | 107 | 32 |
| Binary | 10011 | 1100000 | 1110000 | 1010011 | 1110 | 0 | 111000 | 10111110 | 1000111 | 11010 |
Color Harmonies of #136070
Complementary color
Monochromatic Colors of #136070
Black with #136070
Text Example
Text Example
White with #136070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136070; }
p { color: rgb(19,96,112); }
H1.HeaderClassName
{
color: #136070;
}
.AnyTagClassName
{
color: #136070;
}
</style>
background-color css
<style>
a { background-color: #136070; }
a { background-color: rgb(19,96,112); }
div.DivClassName
{
background-color: #136070;
}
.BgClassName
{
background-color: #136070;
}
</style>
border-color css
<style>
span { border-color: #136070; }
span { border-color: rgb(19,96,112); }
td.TdClassName
{
border-color: #136070;
}
.TagClassName
{
border-color: #136070;
}
</style>