Shades of Blue Lagoon #10586F
Tints of Blue Lagoon #10586F
RGB
CMYK
RGB Variations
Color information
#10586F (or 0x10586F) is known color: Blue Lagoon. HEX triplet: 10, 58 and 6F. RGB value is (16,88,111). Sum of RGB (Red+Green+Blue) = 16+88+111=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #10586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10586F is #EFA790. Grayscale: #444444. Windows color (decimal): -15706001 or 7297040. OLE color: 7297040.
HSL color Cylindrical-coordinate representation of color #10586F: hue angle of 194.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10586F is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 88 | 111 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.56 |
| HSL | 194.53º | 0.75% | 0.25% | - |
| HSV(B) | 194.53º | 0.86% | 0.44% | - |
| XYZ | 6.57 | 8.24 | 16.28 | - |
| YUV | 69.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 111 | 0.86 | 0.21 | 0 | 0.56 | 194.53 | 0.75 | 0.25 |
| Hex | 10 | 58 | 6F | 56 | 15 | 0 | 38 | C3 | 4B | 19 |
| Octal | 20 | 130 | 157 | 126 | 25 | 0 | 70 | 303 | 113 | 31 |
| Binary | 10000 | 1011000 | 1101111 | 1010110 | 10101 | 0 | 111000 | 11000011 | 1001011 | 11001 |
Color Harmonies of #10586F
Complementary color
Monochromatic Colors of #10586F
Black with #10586F
Text Example
Text Example
White with #10586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10586F; }
p { color: rgb(16,88,111); }
H1.HeaderClassName
{
color: #10586F;
}
.AnyTagClassName
{
color: #10586F;
}
</style>
background-color css
<style>
a { background-color: #10586F; }
a { background-color: rgb(16,88,111); }
div.DivClassName
{
background-color: #10586F;
}
.BgClassName
{
background-color: #10586F;
}
</style>
border-color css
<style>
span { border-color: #10586F; }
span { border-color: rgb(16,88,111); }
td.TdClassName
{
border-color: #10586F;
}
.TagClassName
{
border-color: #10586F;
}
</style>