Shades of Blue Lagoon #0A526D
Tints of Blue Lagoon #0A526D
RGB
CMYK
RGB Variations
Color information
#0A526D (or 0x0A526D) is known color: Blue Lagoon. HEX triplet: 0A, 52 and 6D. RGB value is (10,82,109). Sum of RGB (Red+Green+Blue) = 10+82+109=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A526D is #F5AD92. Grayscale: #3F3F3F. Windows color (decimal): -16100755 or 7164426. OLE color: 7164426.
HSL color Cylindrical-coordinate representation of color #0A526D: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A526D is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 82 | 109 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.57 |
| HSL | 196.36º | 0.83% | 0.23% | - |
| HSV(B) | 196.36º | 0.91% | 0.43% | - |
| XYZ | 5.9 | 7.2 | 15.55 | - |
| YUV | 63.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 109 | 0.91 | 0.25 | 0 | 0.57 | 196.36 | 0.83 | 0.23 |
| Hex | A | 52 | 6D | 5B | 19 | 0 | 39 | C4 | 53 | 17 |
| Octal | 12 | 122 | 155 | 133 | 31 | 0 | 71 | 304 | 123 | 27 |
| Binary | 1010 | 1010010 | 1101101 | 1011011 | 11001 | 0 | 111001 | 11000100 | 1010011 | 10111 |
Color Harmonies of #0A526D
Complementary color
Monochromatic Colors of #0A526D
Black with #0A526D
Text Example
Text Example
White with #0A526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A526D; }
p { color: rgb(10,82,109); }
H1.HeaderClassName
{
color: #0A526D;
}
.AnyTagClassName
{
color: #0A526D;
}
</style>
background-color css
<style>
a { background-color: #0A526D; }
a { background-color: rgb(10,82,109); }
div.DivClassName
{
background-color: #0A526D;
}
.BgClassName
{
background-color: #0A526D;
}
</style>
border-color css
<style>
span { border-color: #0A526D; }
span { border-color: rgb(10,82,109); }
td.TdClassName
{
border-color: #0A526D;
}
.TagClassName
{
border-color: #0A526D;
}
</style>