Shades of Blue Lagoon #0A526A
Tints of Blue Lagoon #0A526A
RGB
CMYK
RGB Variations
Color information
#0A526A (or 0x0A526A) is known color: Blue Lagoon. HEX triplet: 0A, 52 and 6A. RGB value is (10,82,106). Sum of RGB (Red+Green+Blue) = 10+82+106=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A526A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A526A is #F5AD95. Grayscale: #3F3F3F. Windows color (decimal): -16100758 or 6967818. OLE color: 6967818.
HSL color Cylindrical-coordinate representation of color #0A526A: hue angle of 195º 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 #0A526A is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 82 | 106 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.58 |
| HSL | 195º | 0.83% | 0.23% | - |
| HSV(B) | 195º | 0.91% | 0.42% | - |
| XYZ | 5.74 | 7.14 | 14.71 | - |
| YUV | 63.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 106 | 0.91 | 0.23 | 0 | 0.58 | 195 | 0.83 | 0.23 |
| Hex | A | 52 | 6A | 5B | 17 | 0 | 3A | C3 | 53 | 17 |
| Octal | 12 | 122 | 152 | 133 | 27 | 0 | 72 | 303 | 123 | 27 |
| Binary | 1010 | 1010010 | 1101010 | 1011011 | 10111 | 0 | 111010 | 11000011 | 1010011 | 10111 |
Color Harmonies of #0A526A
Complementary color
Monochromatic Colors of #0A526A
Black with #0A526A
Text Example
Text Example
White with #0A526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A526A; }
p { color: rgb(10,82,106); }
H1.HeaderClassName
{
color: #0A526A;
}
.AnyTagClassName
{
color: #0A526A;
}
</style>
background-color css
<style>
a { background-color: #0A526A; }
a { background-color: rgb(10,82,106); }
div.DivClassName
{
background-color: #0A526A;
}
.BgClassName
{
background-color: #0A526A;
}
</style>
border-color css
<style>
span { border-color: #0A526A; }
span { border-color: rgb(10,82,106); }
td.TdClassName
{
border-color: #0A526A;
}
.TagClassName
{
border-color: #0A526A;
}
</style>