Shades of Blue Lagoon #0A5876
Tints of Blue Lagoon #0A5876
RGB
CMYK
RGB Variations
Color information
#0A5876 (or 0x0A5876) is known color: Blue Lagoon. HEX triplet: 0A, 58 and 76. RGB value is (10,88,118). Sum of RGB (Red+Green+Blue) = 10+88+118=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A5876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5876 is #F5A789. Grayscale: #434343. Windows color (decimal): -16099210 or 7755786. OLE color: 7755786.
HSL color Cylindrical-coordinate representation of color #0A5876: hue angle of 196.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5876 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 88 | 118 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.54 |
| HSL | 196.67º | 0.84% | 0.25% | - |
| HSV(B) | 196.67º | 0.92% | 0.46% | - |
| XYZ | 6.88 | 8.35 | 18.39 | - |
| YUV | 68.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 118 | 0.92 | 0.25 | 0 | 0.54 | 196.67 | 0.84 | 0.25 |
| Hex | A | 58 | 76 | 5C | 19 | 0 | 36 | C5 | 54 | 19 |
| Octal | 12 | 130 | 166 | 134 | 31 | 0 | 66 | 305 | 124 | 31 |
| Binary | 1010 | 1011000 | 1110110 | 1011100 | 11001 | 0 | 110110 | 11000101 | 1010100 | 11001 |
Color Harmonies of #0A5876
Complementary color
Monochromatic Colors of #0A5876
Black with #0A5876
Text Example
Text Example
White with #0A5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5876; }
p { color: rgb(10,88,118); }
H1.HeaderClassName
{
color: #0A5876;
}
.AnyTagClassName
{
color: #0A5876;
}
</style>
background-color css
<style>
a { background-color: #0A5876; }
a { background-color: rgb(10,88,118); }
div.DivClassName
{
background-color: #0A5876;
}
.BgClassName
{
background-color: #0A5876;
}
</style>
border-color css
<style>
span { border-color: #0A5876; }
span { border-color: rgb(10,88,118); }
td.TdClassName
{
border-color: #0A5876;
}
.TagClassName
{
border-color: #0A5876;
}
</style>