Shades of Blue Lagoon #135E6E
Tints of Blue Lagoon #135E6E
RGB
CMYK
RGB Variations
Color information
#135E6E (or 0x135E6E) is known color: Blue Lagoon. HEX triplet: 13, 5E and 6E. RGB value is (19,94,110). Sum of RGB (Red+Green+Blue) = 19+94+110=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #135E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E6E is #ECA191. Grayscale: #494949. Windows color (decimal): -15507858 or 7233043. OLE color: 7233043.
HSL color Cylindrical-coordinate representation of color #135E6E: hue angle of 190.55º degrees, saturation: 0.71, 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 #135E6E is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 94 | 110 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.57 |
| HSL | 190.55º | 0.71% | 0.25% | - |
| HSV(B) | 190.55º | 0.83% | 0.43% | - |
| XYZ | 7.09 | 9.27 | 16.17 | - |
| YUV | 73.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 110 | 0.83 | 0.15 | 0 | 0.57 | 190.55 | 0.71 | 0.25 |
| Hex | 13 | 5E | 6E | 53 | F | 0 | 39 | BF | 47 | 19 |
| Octal | 23 | 136 | 156 | 123 | 17 | 0 | 71 | 277 | 107 | 31 |
| Binary | 10011 | 1011110 | 1101110 | 1010011 | 1111 | 0 | 111001 | 10111111 | 1000111 | 11001 |
Color Harmonies of #135E6E
Complementary color
Monochromatic Colors of #135E6E
Black with #135E6E
Text Example
Text Example
White with #135E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E6E; }
p { color: rgb(19,94,110); }
H1.HeaderClassName
{
color: #135E6E;
}
.AnyTagClassName
{
color: #135E6E;
}
</style>
background-color css
<style>
a { background-color: #135E6E; }
a { background-color: rgb(19,94,110); }
div.DivClassName
{
background-color: #135E6E;
}
.BgClassName
{
background-color: #135E6E;
}
</style>
border-color css
<style>
span { border-color: #135E6E; }
span { border-color: rgb(19,94,110); }
td.TdClassName
{
border-color: #135E6E;
}
.TagClassName
{
border-color: #135E6E;
}
</style>