Shades of Blue Lagoon #135D70
Tints of Blue Lagoon #135D70
RGB
CMYK
RGB Variations
Color information
#135D70 (or 0x135D70) is known color: Blue Lagoon. HEX triplet: 13, 5D and 70. RGB value is (19,93,112). Sum of RGB (Red+Green+Blue) = 19+93+112=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #135D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D70 is #ECA28F. Grayscale: #484848. Windows color (decimal): -15508112 or 7363859. OLE color: 7363859.
HSL color Cylindrical-coordinate representation of color #135D70: hue angle of 192.26º 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 #135D70 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 93 | 112 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.56 |
| HSL | 192.26º | 0.71% | 0.26% | - |
| HSV(B) | 192.26º | 0.83% | 0.44% | - |
| XYZ | 7.11 | 9.14 | 16.72 | - |
| YUV | 73.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 112 | 0.83 | 0.17 | 0 | 0.56 | 192.26 | 0.71 | 0.26 |
| Hex | 13 | 5D | 70 | 53 | 11 | 0 | 38 | C0 | 47 | 1A |
| Octal | 23 | 135 | 160 | 123 | 21 | 0 | 70 | 300 | 107 | 32 |
| Binary | 10011 | 1011101 | 1110000 | 1010011 | 10001 | 0 | 111000 | 11000000 | 1000111 | 11010 |
Color Harmonies of #135D70
Complementary color
Monochromatic Colors of #135D70
Black with #135D70
Text Example
Text Example
White with #135D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D70; }
p { color: rgb(19,93,112); }
H1.HeaderClassName
{
color: #135D70;
}
.AnyTagClassName
{
color: #135D70;
}
</style>
background-color css
<style>
a { background-color: #135D70; }
a { background-color: rgb(19,93,112); }
div.DivClassName
{
background-color: #135D70;
}
.BgClassName
{
background-color: #135D70;
}
</style>
border-color css
<style>
span { border-color: #135D70; }
span { border-color: rgb(19,93,112); }
td.TdClassName
{
border-color: #135D70;
}
.TagClassName
{
border-color: #135D70;
}
</style>