Shades of Blue Lagoon #135A6E
Tints of Blue Lagoon #135A6E
RGB
CMYK
RGB Variations
Color information
#135A6E (or 0x135A6E) is known color: Blue Lagoon. HEX triplet: 13, 5A and 6E. RGB value is (19,90,110). Sum of RGB (Red+Green+Blue) = 19+90+110=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #135A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A6E is #ECA591. Grayscale: #464646. Windows color (decimal): -15508882 or 7232019. OLE color: 7232019.
HSL color Cylindrical-coordinate representation of color #135A6E: hue angle of 193.19º 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 #135A6E is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 90 | 110 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.57 |
| HSL | 193.19º | 0.71% | 0.25% | - |
| HSV(B) | 193.19º | 0.83% | 0.43% | - |
| XYZ | 6.74 | 8.58 | 16.05 | - |
| YUV | 71.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 110 | 0.83 | 0.18 | 0 | 0.57 | 193.19 | 0.71 | 0.25 |
| Hex | 13 | 5A | 6E | 53 | 12 | 0 | 39 | C1 | 47 | 19 |
| Octal | 23 | 132 | 156 | 123 | 22 | 0 | 71 | 301 | 107 | 31 |
| Binary | 10011 | 1011010 | 1101110 | 1010011 | 10010 | 0 | 111001 | 11000001 | 1000111 | 11001 |
Color Harmonies of #135A6E
Complementary color
Monochromatic Colors of #135A6E
Black with #135A6E
Text Example
Text Example
White with #135A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A6E; }
p { color: rgb(19,90,110); }
H1.HeaderClassName
{
color: #135A6E;
}
.AnyTagClassName
{
color: #135A6E;
}
</style>
background-color css
<style>
a { background-color: #135A6E; }
a { background-color: rgb(19,90,110); }
div.DivClassName
{
background-color: #135A6E;
}
.BgClassName
{
background-color: #135A6E;
}
</style>
border-color css
<style>
span { border-color: #135A6E; }
span { border-color: rgb(19,90,110); }
td.TdClassName
{
border-color: #135A6E;
}
.TagClassName
{
border-color: #135A6E;
}
</style>