Shades of Blue Lagoon #115464
Tints of Blue Lagoon #115464
RGB
CMYK
RGB Variations
Color information
#115464 (or 0x115464) is known color: Blue Lagoon. HEX triplet: 11, 54 and 64. RGB value is (17,84,100). Sum of RGB (Red+Green+Blue) = 17+84+100=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #115464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115464 is #EEAB9B. Grayscale: #414141. Windows color (decimal): -15641500 or 6575121. OLE color: 6575121.
HSL color Cylindrical-coordinate representation of color #115464: hue angle of 191.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115464 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 84 | 100 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.61 |
| HSL | 191.57º | 0.71% | 0.23% | - |
| HSV(B) | 191.57º | 0.83% | 0.39% | - |
| XYZ | 5.7 | 7.38 | 13.18 | - |
| YUV | 65.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 100 | 0.83 | 0.16 | 0 | 0.61 | 191.57 | 0.71 | 0.23 |
| Hex | 11 | 54 | 64 | 53 | 10 | 0 | 3D | C0 | 47 | 17 |
| Octal | 21 | 124 | 144 | 123 | 20 | 0 | 75 | 300 | 107 | 27 |
| Binary | 10001 | 1010100 | 1100100 | 1010011 | 10000 | 0 | 111101 | 11000000 | 1000111 | 10111 |
Color Harmonies of #115464
Complementary color
Monochromatic Colors of #115464
Black with #115464
Text Example
Text Example
White with #115464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115464; }
p { color: rgb(17,84,100); }
H1.HeaderClassName
{
color: #115464;
}
.AnyTagClassName
{
color: #115464;
}
</style>
background-color css
<style>
a { background-color: #115464; }
a { background-color: rgb(17,84,100); }
div.DivClassName
{
background-color: #115464;
}
.BgClassName
{
background-color: #115464;
}
</style>
border-color css
<style>
span { border-color: #115464; }
span { border-color: rgb(17,84,100); }
td.TdClassName
{
border-color: #115464;
}
.TagClassName
{
border-color: #115464;
}
</style>