Shades of Blue Lagoon #08526E
Tints of Blue Lagoon #08526E
RGB
CMYK
RGB Variations
Color information
#08526E (or 0x08526E) is known color: Blue Lagoon. HEX triplet: 08, 52 and 6E. RGB value is (8,82,110). Sum of RGB (Red+Green+Blue) = 8+82+110=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #08526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08526E is #F7AD91. Grayscale: #3E3E3E. Windows color (decimal): -16231826 or 7229960. OLE color: 7229960.
HSL color Cylindrical-coordinate representation of color #08526E: hue angle of 196.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08526E is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 82 | 110 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.57 |
| HSL | 196.47º | 0.86% | 0.23% | - |
| HSV(B) | 196.47º | 0.93% | 0.43% | - |
| XYZ | 5.93 | 7.21 | 15.83 | - |
| YUV | 63.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 110 | 0.93 | 0.25 | 0 | 0.57 | 196.47 | 0.86 | 0.23 |
| Hex | 8 | 52 | 6E | 5D | 19 | 0 | 39 | C4 | 56 | 17 |
| Octal | 10 | 122 | 156 | 135 | 31 | 0 | 71 | 304 | 126 | 27 |
| Binary | 1000 | 1010010 | 1101110 | 1011101 | 11001 | 0 | 111001 | 11000100 | 1010110 | 10111 |
Color Harmonies of #08526E
Complementary color
Monochromatic Colors of #08526E
Black with #08526E
Text Example
Text Example
White with #08526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08526E; }
p { color: rgb(8,82,110); }
H1.HeaderClassName
{
color: #08526E;
}
.AnyTagClassName
{
color: #08526E;
}
</style>
background-color css
<style>
a { background-color: #08526E; }
a { background-color: rgb(8,82,110); }
div.DivClassName
{
background-color: #08526E;
}
.BgClassName
{
background-color: #08526E;
}
</style>
border-color css
<style>
span { border-color: #08526E; }
span { border-color: rgb(8,82,110); }
td.TdClassName
{
border-color: #08526E;
}
.TagClassName
{
border-color: #08526E;
}
</style>