Shades of Blue Lagoon #0A5863
Tints of Blue Lagoon #0A5863
RGB
CMYK
RGB Variations
Color information
#0A5863 (or 0x0A5863) is known color: Blue Lagoon. HEX triplet: 0A, 58 and 63. RGB value is (10,88,99). Sum of RGB (Red+Green+Blue) = 10+88+99=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A5863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5863 is #F5A79C. Grayscale: #414141. Windows color (decimal): -16099229 or 6510602. OLE color: 6510602.
HSL color Cylindrical-coordinate representation of color #0A5863: hue angle of 187.42º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5863 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 88 | 99 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.61 |
| HSL | 187.42º | 0.82% | 0.21% | - |
| HSV(B) | 187.42º | 0.9% | 0.39% | - |
| XYZ | 5.87 | 7.94 | 13.03 | - |
| YUV | 65.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 99 | 0.90 | 0.11 | 0 | 0.61 | 187.42 | 0.82 | 0.21 |
| Hex | A | 58 | 63 | 5A | B | 0 | 3D | BB | 52 | 15 |
| Octal | 12 | 130 | 143 | 132 | 13 | 0 | 75 | 273 | 122 | 25 |
| Binary | 1010 | 1011000 | 1100011 | 1011010 | 1011 | 0 | 111101 | 10111011 | 1010010 | 10101 |
Color Harmonies of #0A5863
Complementary color
Monochromatic Colors of #0A5863
Black with #0A5863
Text Example
Text Example
White with #0A5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5863; }
p { color: rgb(10,88,99); }
H1.HeaderClassName
{
color: #0A5863;
}
.AnyTagClassName
{
color: #0A5863;
}
</style>
background-color css
<style>
a { background-color: #0A5863; }
a { background-color: rgb(10,88,99); }
div.DivClassName
{
background-color: #0A5863;
}
.BgClassName
{
background-color: #0A5863;
}
</style>
border-color css
<style>
span { border-color: #0A5863; }
span { border-color: rgb(10,88,99); }
td.TdClassName
{
border-color: #0A5863;
}
.TagClassName
{
border-color: #0A5863;
}
</style>