Shades of Blue Lagoon #135D6D
Tints of Blue Lagoon #135D6D
RGB
CMYK
RGB Variations
Color information
#135D6D (or 0x135D6D) is known color: Blue Lagoon. HEX triplet: 13, 5D and 6D. RGB value is (19,93,109). Sum of RGB (Red+Green+Blue) = 19+93+109=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #135D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D6D is #ECA292. Grayscale: #484848. Windows color (decimal): -15508115 or 7167251. OLE color: 7167251.
HSL color Cylindrical-coordinate representation of color #135D6D: hue angle of 190.67º 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 #135D6D is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 93 | 109 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.57 |
| HSL | 190.67º | 0.7% | 0.25% | - |
| HSV(B) | 190.67º | 0.83% | 0.43% | - |
| XYZ | 6.94 | 9.07 | 15.85 | - |
| YUV | 72.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 109 | 0.83 | 0.15 | 0 | 0.57 | 190.67 | 0.7 | 0.25 |
| Hex | 13 | 5D | 6D | 53 | F | 0 | 39 | BF | 46 | 19 |
| Octal | 23 | 135 | 155 | 123 | 17 | 0 | 71 | 277 | 106 | 31 |
| Binary | 10011 | 1011101 | 1101101 | 1010011 | 1111 | 0 | 111001 | 10111111 | 1000110 | 11001 |
Color Harmonies of #135D6D
Complementary color
Monochromatic Colors of #135D6D
Black with #135D6D
Text Example
Text Example
White with #135D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D6D; }
p { color: rgb(19,93,109); }
H1.HeaderClassName
{
color: #135D6D;
}
.AnyTagClassName
{
color: #135D6D;
}
</style>
background-color css
<style>
a { background-color: #135D6D; }
a { background-color: rgb(19,93,109); }
div.DivClassName
{
background-color: #135D6D;
}
.BgClassName
{
background-color: #135D6D;
}
</style>
border-color css
<style>
span { border-color: #135D6D; }
span { border-color: rgb(19,93,109); }
td.TdClassName
{
border-color: #135D6D;
}
.TagClassName
{
border-color: #135D6D;
}
</style>