Shades of Blue Lagoon #10586C
Tints of Blue Lagoon #10586C
RGB
CMYK
RGB Variations
Color information
#10586C (or 0x10586C) is known color: Blue Lagoon. HEX triplet: 10, 58 and 6C. RGB value is (16,88,108). Sum of RGB (Red+Green+Blue) = 16+88+108=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #10586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10586C is #EFA793. Grayscale: #444444. Windows color (decimal): -15706004 or 7100432. OLE color: 7100432.
HSL color Cylindrical-coordinate representation of color #10586C: hue angle of 193.04º 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 #10586C is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 88 | 108 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.58 |
| HSL | 193.04º | 0.74% | 0.24% | - |
| HSV(B) | 193.04º | 0.85% | 0.42% | - |
| XYZ | 6.41 | 8.17 | 15.43 | - |
| YUV | 68.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 108 | 0.85 | 0.19 | 0 | 0.58 | 193.04 | 0.74 | 0.24 |
| Hex | 10 | 58 | 6C | 55 | 13 | 0 | 3A | C1 | 4A | 18 |
| Octal | 20 | 130 | 154 | 125 | 23 | 0 | 72 | 301 | 112 | 30 |
| Binary | 10000 | 1011000 | 1101100 | 1010101 | 10011 | 0 | 111010 | 11000001 | 1001010 | 11000 |
Color Harmonies of #10586C
Complementary color
Monochromatic Colors of #10586C
Black with #10586C
Text Example
Text Example
White with #10586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10586C; }
p { color: rgb(16,88,108); }
H1.HeaderClassName
{
color: #10586C;
}
.AnyTagClassName
{
color: #10586C;
}
</style>
background-color css
<style>
a { background-color: #10586C; }
a { background-color: rgb(16,88,108); }
div.DivClassName
{
background-color: #10586C;
}
.BgClassName
{
background-color: #10586C;
}
</style>
border-color css
<style>
span { border-color: #10586C; }
span { border-color: rgb(16,88,108); }
td.TdClassName
{
border-color: #10586C;
}
.TagClassName
{
border-color: #10586C;
}
</style>