Shades of Blue Lagoon #08526D
Tints of Blue Lagoon #08526D
RGB
CMYK
RGB Variations
Color information
#08526D (or 0x08526D) is known color: Blue Lagoon. HEX triplet: 08, 52 and 6D. RGB value is (8,82,109). Sum of RGB (Red+Green+Blue) = 8+82+109=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #08526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08526D is #F7AD92. Grayscale: #3E3E3E. Windows color (decimal): -16231827 or 7164424. OLE color: 7164424.
HSL color Cylindrical-coordinate representation of color #08526D: hue angle of 196.04º 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 #08526D is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 82 | 109 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.57 |
| HSL | 196.04º | 0.86% | 0.23% | - |
| HSV(B) | 196.04º | 0.93% | 0.43% | - |
| XYZ | 5.88 | 7.19 | 15.55 | - |
| YUV | 62.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 109 | 0.93 | 0.25 | 0 | 0.57 | 196.04 | 0.86 | 0.23 |
| Hex | 8 | 52 | 6D | 5D | 19 | 0 | 39 | C4 | 56 | 17 |
| Octal | 10 | 122 | 155 | 135 | 31 | 0 | 71 | 304 | 126 | 27 |
| Binary | 1000 | 1010010 | 1101101 | 1011101 | 11001 | 0 | 111001 | 11000100 | 1010110 | 10111 |
Color Harmonies of #08526D
Complementary color
Monochromatic Colors of #08526D
Black with #08526D
Text Example
Text Example
White with #08526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08526D; }
p { color: rgb(8,82,109); }
H1.HeaderClassName
{
color: #08526D;
}
.AnyTagClassName
{
color: #08526D;
}
</style>
background-color css
<style>
a { background-color: #08526D; }
a { background-color: rgb(8,82,109); }
div.DivClassName
{
background-color: #08526D;
}
.BgClassName
{
background-color: #08526D;
}
</style>
border-color css
<style>
span { border-color: #08526D; }
span { border-color: rgb(8,82,109); }
td.TdClassName
{
border-color: #08526D;
}
.TagClassName
{
border-color: #08526D;
}
</style>