Shades of Blue Lagoon #13636F
Tints of Blue Lagoon #13636F
RGB
CMYK
RGB Variations
Color information
#13636F (or 0x13636F) is known color: Blue Lagoon. HEX triplet: 13, 63 and 6F. RGB value is (19,99,111). Sum of RGB (Red+Green+Blue) = 19+99+111=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #13636F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13636F is #EC9C90. Grayscale: #4C4C4C. Windows color (decimal): -15506577 or 7299859. OLE color: 7299859.
HSL color Cylindrical-coordinate representation of color #13636F: hue angle of 187.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13636F is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 99 | 111 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.56 |
| HSL | 187.83º | 0.71% | 0.25% | - |
| HSV(B) | 187.83º | 0.83% | 0.44% | - |
| XYZ | 7.6 | 10.21 | 16.61 | - |
| YUV | 76.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 111 | 0.83 | 0.11 | 0 | 0.56 | 187.83 | 0.71 | 0.25 |
| Hex | 13 | 63 | 6F | 53 | B | 0 | 38 | BC | 47 | 19 |
| Octal | 23 | 143 | 157 | 123 | 13 | 0 | 70 | 274 | 107 | 31 |
| Binary | 10011 | 1100011 | 1101111 | 1010011 | 1011 | 0 | 111000 | 10111100 | 1000111 | 11001 |
Color Harmonies of #13636F
Complementary color
Monochromatic Colors of #13636F
Black with #13636F
Text Example
Text Example
White with #13636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13636F; }
p { color: rgb(19,99,111); }
H1.HeaderClassName
{
color: #13636F;
}
.AnyTagClassName
{
color: #13636F;
}
</style>
background-color css
<style>
a { background-color: #13636F; }
a { background-color: rgb(19,99,111); }
div.DivClassName
{
background-color: #13636F;
}
.BgClassName
{
background-color: #13636F;
}
</style>
border-color css
<style>
span { border-color: #13636F; }
span { border-color: rgb(19,99,111); }
td.TdClassName
{
border-color: #13636F;
}
.TagClassName
{
border-color: #13636F;
}
</style>