Shades of Blue Lagoon #0A5965
Tints of Blue Lagoon #0A5965
RGB
CMYK
RGB Variations
Color information
#0A5965 (or 0x0A5965) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 65. RGB value is (10,89,101). Sum of RGB (Red+Green+Blue) = 10+89+101=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A5965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5965 is #F5A69A. Grayscale: #424242. Windows color (decimal): -16098971 or 6641930. OLE color: 6641930.
HSL color Cylindrical-coordinate representation of color #0A5965: hue angle of 187.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5965 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 89 | 101 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.60 |
| HSL | 187.91º | 0.82% | 0.22% | - |
| HSV(B) | 187.91º | 0.9% | 0.4% | - |
| XYZ | 6.05 | 8.15 | 13.57 | - |
| YUV | 66.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 101 | 0.90 | 0.12 | 0 | 0.60 | 187.91 | 0.82 | 0.22 |
| Hex | A | 59 | 65 | 5A | C | 0 | 3C | BC | 52 | 16 |
| Octal | 12 | 131 | 145 | 132 | 14 | 0 | 74 | 274 | 122 | 26 |
| Binary | 1010 | 1011001 | 1100101 | 1011010 | 1100 | 0 | 111100 | 10111100 | 1010010 | 10110 |
Color Harmonies of #0A5965
Complementary color
Monochromatic Colors of #0A5965
Black with #0A5965
Text Example
Text Example
White with #0A5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5965; }
p { color: rgb(10,89,101); }
H1.HeaderClassName
{
color: #0A5965;
}
.AnyTagClassName
{
color: #0A5965;
}
</style>
background-color css
<style>
a { background-color: #0A5965; }
a { background-color: rgb(10,89,101); }
div.DivClassName
{
background-color: #0A5965;
}
.BgClassName
{
background-color: #0A5965;
}
</style>
border-color css
<style>
span { border-color: #0A5965; }
span { border-color: rgb(10,89,101); }
td.TdClassName
{
border-color: #0A5965;
}
.TagClassName
{
border-color: #0A5965;
}
</style>