Shades of Blue Lagoon #13606E
Tints of Blue Lagoon #13606E
RGB
CMYK
RGB Variations
Color information
#13606E (or 0x13606E) is known color: Blue Lagoon. HEX triplet: 13, 60 and 6E. RGB value is (19,96,110). Sum of RGB (Red+Green+Blue) = 19+96+110=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #13606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13606E is #EC9F91. Grayscale: #4A4A4A. Windows color (decimal): -15507346 or 7233555. OLE color: 7233555.
HSL color Cylindrical-coordinate representation of color #13606E: hue angle of 189.23º 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 #13606E is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 96 | 110 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.57 |
| HSL | 189.23º | 0.71% | 0.25% | - |
| HSV(B) | 189.23º | 0.83% | 0.43% | - |
| XYZ | 7.27 | 9.63 | 16.23 | - |
| YUV | 74.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 110 | 0.83 | 0.13 | 0 | 0.57 | 189.23 | 0.71 | 0.25 |
| Hex | 13 | 60 | 6E | 53 | D | 0 | 39 | BD | 47 | 19 |
| Octal | 23 | 140 | 156 | 123 | 15 | 0 | 71 | 275 | 107 | 31 |
| Binary | 10011 | 1100000 | 1101110 | 1010011 | 1101 | 0 | 111001 | 10111101 | 1000111 | 11001 |
Color Harmonies of #13606E
Complementary color
Monochromatic Colors of #13606E
Black with #13606E
Text Example
Text Example
White with #13606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13606E; }
p { color: rgb(19,96,110); }
H1.HeaderClassName
{
color: #13606E;
}
.AnyTagClassName
{
color: #13606E;
}
</style>
background-color css
<style>
a { background-color: #13606E; }
a { background-color: rgb(19,96,110); }
div.DivClassName
{
background-color: #13606E;
}
.BgClassName
{
background-color: #13606E;
}
</style>
border-color css
<style>
span { border-color: #13606E; }
span { border-color: rgb(19,96,110); }
td.TdClassName
{
border-color: #13606E;
}
.TagClassName
{
border-color: #13606E;
}
</style>