Shades of Blue Lagoon #0A5B63
Tints of Blue Lagoon #0A5B63
RGB
CMYK
RGB Variations
Color information
#0A5B63 (or 0x0A5B63) is known color: Blue Lagoon. HEX triplet: 0A, 5B and 63. RGB value is (10,91,99). Sum of RGB (Red+Green+Blue) = 10+91+99=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A5B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B63 is #F5A49C. Grayscale: #434343. Windows color (decimal): -16098461 or 6511370. OLE color: 6511370.
HSL color Cylindrical-coordinate representation of color #0A5B63: hue angle of 185.39º 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 #0A5B63 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 91 | 99 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.61 |
| HSL | 185.39º | 0.82% | 0.21% | - |
| HSV(B) | 185.39º | 0.9% | 0.39% | - |
| XYZ | 6.12 | 8.45 | 13.11 | - |
| YUV | 67.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 99 | 0.90 | 0.08 | 0 | 0.61 | 185.39 | 0.82 | 0.21 |
| Hex | A | 5B | 63 | 5A | 8 | 0 | 3D | B9 | 52 | 15 |
| Octal | 12 | 133 | 143 | 132 | 10 | 0 | 75 | 271 | 122 | 25 |
| Binary | 1010 | 1011011 | 1100011 | 1011010 | 1000 | 0 | 111101 | 10111001 | 1010010 | 10101 |
Color Harmonies of #0A5B63
Complementary color
Monochromatic Colors of #0A5B63
Black with #0A5B63
Text Example
Text Example
White with #0A5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B63; }
p { color: rgb(10,91,99); }
H1.HeaderClassName
{
color: #0A5B63;
}
.AnyTagClassName
{
color: #0A5B63;
}
</style>
background-color css
<style>
a { background-color: #0A5B63; }
a { background-color: rgb(10,91,99); }
div.DivClassName
{
background-color: #0A5B63;
}
.BgClassName
{
background-color: #0A5B63;
}
</style>
border-color css
<style>
span { border-color: #0A5B63; }
span { border-color: rgb(10,91,99); }
td.TdClassName
{
border-color: #0A5B63;
}
.TagClassName
{
border-color: #0A5B63;
}
</style>