Shades of Blue Lagoon #09526E
Tints of Blue Lagoon #09526E
RGB
CMYK
RGB Variations
Color information
#09526E (or 0x09526E) is known color: Blue Lagoon. HEX triplet: 09, 52 and 6E. RGB value is (9,82,110). Sum of RGB (Red+Green+Blue) = 9+82+110=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #09526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09526E is #F6AD91. Grayscale: #3F3F3F. Windows color (decimal): -16166290 or 7229961. OLE color: 7229961.
HSL color Cylindrical-coordinate representation of color #09526E: hue angle of 196.63º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09526E is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 82 | 110 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.57 |
| HSL | 196.63º | 0.85% | 0.23% | - |
| HSV(B) | 196.63º | 0.92% | 0.43% | - |
| XYZ | 5.94 | 7.22 | 15.83 | - |
| YUV | 63.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 110 | 0.92 | 0.25 | 0 | 0.57 | 196.63 | 0.85 | 0.23 |
| Hex | 9 | 52 | 6E | 5C | 19 | 0 | 39 | C5 | 55 | 17 |
| Octal | 11 | 122 | 156 | 134 | 31 | 0 | 71 | 305 | 125 | 27 |
| Binary | 1001 | 1010010 | 1101110 | 1011100 | 11001 | 0 | 111001 | 11000101 | 1010101 | 10111 |
Color Harmonies of #09526E
Complementary color
Monochromatic Colors of #09526E
Black with #09526E
Text Example
Text Example
White with #09526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09526E; }
p { color: rgb(9,82,110); }
H1.HeaderClassName
{
color: #09526E;
}
.AnyTagClassName
{
color: #09526E;
}
</style>
background-color css
<style>
a { background-color: #09526E; }
a { background-color: rgb(9,82,110); }
div.DivClassName
{
background-color: #09526E;
}
.BgClassName
{
background-color: #09526E;
}
</style>
border-color css
<style>
span { border-color: #09526E; }
span { border-color: rgb(9,82,110); }
td.TdClassName
{
border-color: #09526E;
}
.TagClassName
{
border-color: #09526E;
}
</style>