Shades of Blue Lagoon #136370
Tints of Blue Lagoon #136370
RGB
CMYK
RGB Variations
Color information
#136370 (or 0x136370) is known color: Blue Lagoon. HEX triplet: 13, 63 and 70. RGB value is (19,99,112). Sum of RGB (Red+Green+Blue) = 19+99+112=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #136370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136370 is #EC9C8F. Grayscale: #4C4C4C. Windows color (decimal): -15506576 or 7365395. OLE color: 7365395.
HSL color Cylindrical-coordinate representation of color #136370: hue angle of 188.39º 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 #136370 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 99 | 112 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.56 |
| HSL | 188.39º | 0.71% | 0.26% | - |
| HSV(B) | 188.39º | 0.83% | 0.44% | - |
| XYZ | 7.66 | 10.23 | 16.9 | - |
| YUV | 76.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 112 | 0.83 | 0.12 | 0 | 0.56 | 188.39 | 0.71 | 0.26 |
| Hex | 13 | 63 | 70 | 53 | C | 0 | 38 | BC | 47 | 1A |
| Octal | 23 | 143 | 160 | 123 | 14 | 0 | 70 | 274 | 107 | 32 |
| Binary | 10011 | 1100011 | 1110000 | 1010011 | 1100 | 0 | 111000 | 10111100 | 1000111 | 11010 |
Color Harmonies of #136370
Complementary color
Monochromatic Colors of #136370
Black with #136370
Text Example
Text Example
White with #136370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136370; }
p { color: rgb(19,99,112); }
H1.HeaderClassName
{
color: #136370;
}
.AnyTagClassName
{
color: #136370;
}
</style>
background-color css
<style>
a { background-color: #136370; }
a { background-color: rgb(19,99,112); }
div.DivClassName
{
background-color: #136370;
}
.BgClassName
{
background-color: #136370;
}
</style>
border-color css
<style>
span { border-color: #136370; }
span { border-color: rgb(19,99,112); }
td.TdClassName
{
border-color: #136370;
}
.TagClassName
{
border-color: #136370;
}
</style>