Shades of Blue Lagoon #115369
Tints of Blue Lagoon #115369
RGB
CMYK
RGB Variations
Color information
#115369 (or 0x115369) is known color: Blue Lagoon. HEX triplet: 11, 53 and 69. RGB value is (17,83,105). Sum of RGB (Red+Green+Blue) = 17+83+105=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #115369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115369 is #EEAC96. Grayscale: #414141. Windows color (decimal): -15641751 or 6902545. OLE color: 6902545.
HSL color Cylindrical-coordinate representation of color #115369: hue angle of 195º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115369 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 83 | 105 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.59 |
| HSL | 195º | 0.72% | 0.24% | - |
| HSV(B) | 195º | 0.84% | 0.41% | - |
| XYZ | 5.87 | 7.33 | 14.47 | - |
| YUV | 65.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 105 | 0.84 | 0.21 | 0 | 0.59 | 195 | 0.72 | 0.24 |
| Hex | 11 | 53 | 69 | 54 | 15 | 0 | 3B | C3 | 48 | 18 |
| Octal | 21 | 123 | 151 | 124 | 25 | 0 | 73 | 303 | 110 | 30 |
| Binary | 10001 | 1010011 | 1101001 | 1010100 | 10101 | 0 | 111011 | 11000011 | 1001000 | 11000 |
Color Harmonies of #115369
Complementary color
Monochromatic Colors of #115369
Black with #115369
Text Example
Text Example
White with #115369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115369; }
p { color: rgb(17,83,105); }
H1.HeaderClassName
{
color: #115369;
}
.AnyTagClassName
{
color: #115369;
}
</style>
background-color css
<style>
a { background-color: #115369; }
a { background-color: rgb(17,83,105); }
div.DivClassName
{
background-color: #115369;
}
.BgClassName
{
background-color: #115369;
}
</style>
border-color css
<style>
span { border-color: #115369; }
span { border-color: rgb(17,83,105); }
td.TdClassName
{
border-color: #115369;
}
.TagClassName
{
border-color: #115369;
}
</style>