Shades of Blue Lagoon #0A526C
Tints of Blue Lagoon #0A526C
RGB
CMYK
RGB Variations
Color information
#0A526C (or 0x0A526C) is known color: Blue Lagoon. HEX triplet: 0A, 52 and 6C. RGB value is (10,82,108). Sum of RGB (Red+Green+Blue) = 10+82+108=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A526C is #F5AD93. Grayscale: #3F3F3F. Windows color (decimal): -16100756 or 7098890. OLE color: 7098890.
HSL color Cylindrical-coordinate representation of color #0A526C: hue angle of 195.92º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A526C is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 82 | 108 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.58 |
| HSL | 195.92º | 0.83% | 0.23% | - |
| HSV(B) | 195.92º | 0.91% | 0.42% | - |
| XYZ | 5.85 | 7.18 | 15.27 | - |
| YUV | 63.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 108 | 0.91 | 0.24 | 0 | 0.58 | 195.92 | 0.83 | 0.23 |
| Hex | A | 52 | 6C | 5B | 18 | 0 | 3A | C4 | 53 | 17 |
| Octal | 12 | 122 | 154 | 133 | 30 | 0 | 72 | 304 | 123 | 27 |
| Binary | 1010 | 1010010 | 1101100 | 1011011 | 11000 | 0 | 111010 | 11000100 | 1010011 | 10111 |
Color Harmonies of #0A526C
Complementary color
Monochromatic Colors of #0A526C
Black with #0A526C
Text Example
Text Example
White with #0A526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A526C; }
p { color: rgb(10,82,108); }
H1.HeaderClassName
{
color: #0A526C;
}
.AnyTagClassName
{
color: #0A526C;
}
</style>
background-color css
<style>
a { background-color: #0A526C; }
a { background-color: rgb(10,82,108); }
div.DivClassName
{
background-color: #0A526C;
}
.BgClassName
{
background-color: #0A526C;
}
</style>
border-color css
<style>
span { border-color: #0A526C; }
span { border-color: rgb(10,82,108); }
td.TdClassName
{
border-color: #0A526C;
}
.TagClassName
{
border-color: #0A526C;
}
</style>