Shades of Blue Lagoon #0A5565
Tints of Blue Lagoon #0A5565
RGB
CMYK
RGB Variations
Color information
#0A5565 (or 0x0A5565) is known color: Blue Lagoon. HEX triplet: 0A, 55 and 65. RGB value is (10,85,101). Sum of RGB (Red+Green+Blue) = 10+85+101=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A5565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5565 is #F5AA9A. Grayscale: #404040. Windows color (decimal): -16099995 or 6640906. OLE color: 6640906.
HSL color Cylindrical-coordinate representation of color #0A5565: hue angle of 190.55º 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 #0A5565 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 85 | 101 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.60 |
| HSL | 190.55º | 0.82% | 0.22% | - |
| HSV(B) | 190.55º | 0.9% | 0.4% | - |
| XYZ | 5.72 | 7.5 | 13.46 | - |
| YUV | 64.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 101 | 0.90 | 0.16 | 0 | 0.60 | 190.55 | 0.82 | 0.22 |
| Hex | A | 55 | 65 | 5A | 10 | 0 | 3C | BF | 52 | 16 |
| Octal | 12 | 125 | 145 | 132 | 20 | 0 | 74 | 277 | 122 | 26 |
| Binary | 1010 | 1010101 | 1100101 | 1011010 | 10000 | 0 | 111100 | 10111111 | 1010010 | 10110 |
Color Harmonies of #0A5565
Complementary color
Monochromatic Colors of #0A5565
Black with #0A5565
Text Example
Text Example
White with #0A5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5565; }
p { color: rgb(10,85,101); }
H1.HeaderClassName
{
color: #0A5565;
}
.AnyTagClassName
{
color: #0A5565;
}
</style>
background-color css
<style>
a { background-color: #0A5565; }
a { background-color: rgb(10,85,101); }
div.DivClassName
{
background-color: #0A5565;
}
.BgClassName
{
background-color: #0A5565;
}
</style>
border-color css
<style>
span { border-color: #0A5565; }
span { border-color: rgb(10,85,101); }
td.TdClassName
{
border-color: #0A5565;
}
.TagClassName
{
border-color: #0A5565;
}
</style>