Shades of Blue Lagoon #0A5265
Tints of Blue Lagoon #0A5265
RGB
CMYK
RGB Variations
Color information
#0A5265 (or 0x0A5265) is known color: Blue Lagoon. HEX triplet: 0A, 52 and 65. RGB value is (10,82,101). Sum of RGB (Red+Green+Blue) = 10+82+101=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A5265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5265 is #F5AD9A. Grayscale: #3E3E3E. Windows color (decimal): -16100763 or 6640138. OLE color: 6640138.
HSL color Cylindrical-coordinate representation of color #0A5265: hue angle of 192.53º 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 #0A5265 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 82 | 101 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.60 |
| HSL | 192.53º | 0.82% | 0.22% | - |
| HSV(B) | 192.53º | 0.9% | 0.4% | - |
| XYZ | 5.49 | 7.04 | 13.38 | - |
| YUV | 62.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 101 | 0.90 | 0.19 | 0 | 0.60 | 192.53 | 0.82 | 0.22 |
| Hex | A | 52 | 65 | 5A | 13 | 0 | 3C | C1 | 52 | 16 |
| Octal | 12 | 122 | 145 | 132 | 23 | 0 | 74 | 301 | 122 | 26 |
| Binary | 1010 | 1010010 | 1100101 | 1011010 | 10011 | 0 | 111100 | 11000001 | 1010010 | 10110 |
Color Harmonies of #0A5265
Complementary color
Monochromatic Colors of #0A5265
Black with #0A5265
Text Example
Text Example
White with #0A5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5265; }
p { color: rgb(10,82,101); }
H1.HeaderClassName
{
color: #0A5265;
}
.AnyTagClassName
{
color: #0A5265;
}
</style>
background-color css
<style>
a { background-color: #0A5265; }
a { background-color: rgb(10,82,101); }
div.DivClassName
{
background-color: #0A5265;
}
.BgClassName
{
background-color: #0A5265;
}
</style>
border-color css
<style>
span { border-color: #0A5265; }
span { border-color: rgb(10,82,101); }
td.TdClassName
{
border-color: #0A5265;
}
.TagClassName
{
border-color: #0A5265;
}
</style>