Shades of Blue Lagoon #0A5E71
Tints of Blue Lagoon #0A5E71
RGB
CMYK
RGB Variations
Color information
#0A5E71 (or 0x0A5E71) is known color: Blue Lagoon. HEX triplet: 0A, 5E and 71. RGB value is (10,94,113). Sum of RGB (Red+Green+Blue) = 10+94+113=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A5E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E71 is #F5A18E. Grayscale: #464646. Windows color (decimal): -16097679 or 7429642. OLE color: 7429642.
HSL color Cylindrical-coordinate representation of color #0A5E71: hue angle of 191.07º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5E71 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 94 | 113 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.56 |
| HSL | 191.07º | 0.84% | 0.24% | - |
| HSV(B) | 191.07º | 0.91% | 0.44% | - |
| XYZ | 7.11 | 9.26 | 17.04 | - |
| YUV | 71.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 94 | 113 | 0.91 | 0.17 | 0 | 0.56 | 191.07 | 0.84 | 0.24 |
| Hex | A | 5E | 71 | 5B | 11 | 0 | 38 | BF | 54 | 18 |
| Octal | 12 | 136 | 161 | 133 | 21 | 0 | 70 | 277 | 124 | 30 |
| Binary | 1010 | 1011110 | 1110001 | 1011011 | 10001 | 0 | 111000 | 10111111 | 1010100 | 11000 |
Color Harmonies of #0A5E71
Complementary color
Monochromatic Colors of #0A5E71
Black with #0A5E71
Text Example
Text Example
White with #0A5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5E71; }
p { color: rgb(10,94,113); }
H1.HeaderClassName
{
color: #0A5E71;
}
.AnyTagClassName
{
color: #0A5E71;
}
</style>
background-color css
<style>
a { background-color: #0A5E71; }
a { background-color: rgb(10,94,113); }
div.DivClassName
{
background-color: #0A5E71;
}
.BgClassName
{
background-color: #0A5E71;
}
</style>
border-color css
<style>
span { border-color: #0A5E71; }
span { border-color: rgb(10,94,113); }
td.TdClassName
{
border-color: #0A5E71;
}
.TagClassName
{
border-color: #0A5E71;
}
</style>