Shades of Blue Lagoon #10576C
Tints of Blue Lagoon #10576C
RGB
CMYK
RGB Variations
Color information
#10576C (or 0x10576C) is known color: Blue Lagoon. HEX triplet: 10, 57 and 6C. RGB value is (16,87,108). Sum of RGB (Red+Green+Blue) = 16+87+108=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #10576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10576C is #EFA893. Grayscale: #444444. Windows color (decimal): -15706260 or 7100176. OLE color: 7100176.
HSL color Cylindrical-coordinate representation of color #10576C: hue angle of 193.7º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10576C is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 87 | 108 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.58 |
| HSL | 193.7º | 0.74% | 0.24% | - |
| HSV(B) | 193.7º | 0.85% | 0.42% | - |
| XYZ | 6.33 | 8.01 | 15.4 | - |
| YUV | 68.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 108 | 0.85 | 0.19 | 0 | 0.58 | 193.7 | 0.74 | 0.24 |
| Hex | 10 | 57 | 6C | 55 | 13 | 0 | 3A | C2 | 4A | 18 |
| Octal | 20 | 127 | 154 | 125 | 23 | 0 | 72 | 302 | 112 | 30 |
| Binary | 10000 | 1010111 | 1101100 | 1010101 | 10011 | 0 | 111010 | 11000010 | 1001010 | 11000 |
Color Harmonies of #10576C
Complementary color
Monochromatic Colors of #10576C
Black with #10576C
Text Example
Text Example
White with #10576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10576C; }
p { color: rgb(16,87,108); }
H1.HeaderClassName
{
color: #10576C;
}
.AnyTagClassName
{
color: #10576C;
}
</style>
background-color css
<style>
a { background-color: #10576C; }
a { background-color: rgb(16,87,108); }
div.DivClassName
{
background-color: #10576C;
}
.BgClassName
{
background-color: #10576C;
}
</style>
border-color css
<style>
span { border-color: #10576C; }
span { border-color: rgb(16,87,108); }
td.TdClassName
{
border-color: #10576C;
}
.TagClassName
{
border-color: #10576C;
}
</style>