Shades of Blue Lagoon #155C6C
Tints of Blue Lagoon #155C6C
RGB
CMYK
RGB Variations
Color information
#155C6C (or 0x155C6C) is known color: Blue Lagoon. HEX triplet: 15, 5C and 6C. RGB value is (21,92,108). Sum of RGB (Red+Green+Blue) = 21+92+108=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #155C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C6C is #EAA393. Grayscale: #484848. Windows color (decimal): -15377300 or 7101461. OLE color: 7101461.
HSL color Cylindrical-coordinate representation of color #155C6C: hue angle of 191.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155C6C is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 92 | 108 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.58 |
| HSL | 191.03º | 0.67% | 0.25% | - |
| HSV(B) | 191.03º | 0.81% | 0.42% | - |
| XYZ | 6.84 | 8.9 | 15.54 | - |
| YUV | 72.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 108 | 0.81 | 0.15 | 0 | 0.58 | 191.03 | 0.67 | 0.25 |
| Hex | 15 | 5C | 6C | 51 | F | 0 | 3A | BF | 43 | 19 |
| Octal | 25 | 134 | 154 | 121 | 17 | 0 | 72 | 277 | 103 | 31 |
| Binary | 10101 | 1011100 | 1101100 | 1010001 | 1111 | 0 | 111010 | 10111111 | 1000011 | 11001 |
Color Harmonies of #155C6C
Complementary color
Monochromatic Colors of #155C6C
Black with #155C6C
Text Example
Text Example
White with #155C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C6C; }
p { color: rgb(21,92,108); }
H1.HeaderClassName
{
color: #155C6C;
}
.AnyTagClassName
{
color: #155C6C;
}
</style>
background-color css
<style>
a { background-color: #155C6C; }
a { background-color: rgb(21,92,108); }
div.DivClassName
{
background-color: #155C6C;
}
.BgClassName
{
background-color: #155C6C;
}
</style>
border-color css
<style>
span { border-color: #155C6C; }
span { border-color: rgb(21,92,108); }
td.TdClassName
{
border-color: #155C6C;
}
.TagClassName
{
border-color: #155C6C;
}
</style>