Shades of Blue Lagoon #135B6D
Tints of Blue Lagoon #135B6D
RGB
CMYK
RGB Variations
Color information
#135B6D (or 0x135B6D) is known color: Blue Lagoon. HEX triplet: 13, 5B and 6D. RGB value is (19,91,109). Sum of RGB (Red+Green+Blue) = 19+91+109=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #135B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B6D is #ECA492. Grayscale: #474747. Windows color (decimal): -15508627 or 7166739. OLE color: 7166739.
HSL color Cylindrical-coordinate representation of color #135B6D: hue angle of 192º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135B6D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 91 | 109 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.57 |
| HSL | 192º | 0.7% | 0.25% | - |
| HSV(B) | 192º | 0.83% | 0.43% | - |
| XYZ | 6.77 | 8.72 | 15.8 | - |
| YUV | 71.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 109 | 0.83 | 0.17 | 0 | 0.57 | 192 | 0.7 | 0.25 |
| Hex | 13 | 5B | 6D | 53 | 11 | 0 | 39 | C0 | 46 | 19 |
| Octal | 23 | 133 | 155 | 123 | 21 | 0 | 71 | 300 | 106 | 31 |
| Binary | 10011 | 1011011 | 1101101 | 1010011 | 10001 | 0 | 111001 | 11000000 | 1000110 | 11001 |
Color Harmonies of #135B6D
Complementary color
Monochromatic Colors of #135B6D
Black with #135B6D
Text Example
Text Example
White with #135B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B6D; }
p { color: rgb(19,91,109); }
H1.HeaderClassName
{
color: #135B6D;
}
.AnyTagClassName
{
color: #135B6D;
}
</style>
background-color css
<style>
a { background-color: #135B6D; }
a { background-color: rgb(19,91,109); }
div.DivClassName
{
background-color: #135B6D;
}
.BgClassName
{
background-color: #135B6D;
}
</style>
border-color css
<style>
span { border-color: #135B6D; }
span { border-color: rgb(19,91,109); }
td.TdClassName
{
border-color: #135B6D;
}
.TagClassName
{
border-color: #135B6D;
}
</style>