Shades of Blue Lagoon #08506D
Tints of Blue Lagoon #08506D
RGB
CMYK
RGB Variations
Color information
#08506D (or 0x08506D) is known color: Blue Lagoon. HEX triplet: 08, 50 and 6D. RGB value is (8,80,109). Sum of RGB (Red+Green+Blue) = 8+80+109=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #08506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08506D is #F7AF92. Grayscale: #3D3D3D. Windows color (decimal): -16232339 or 7163912. OLE color: 7163912.
HSL color Cylindrical-coordinate representation of color #08506D: hue angle of 197.23º 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 #08506D is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 80 | 109 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.57 |
| HSL | 197.23º | 0.86% | 0.23% | - |
| HSV(B) | 197.23º | 0.93% | 0.43% | - |
| XYZ | 5.73 | 6.89 | 15.5 | - |
| YUV | 61.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 109 | 0.93 | 0.27 | 0 | 0.57 | 197.23 | 0.86 | 0.23 |
| Hex | 8 | 50 | 6D | 5D | 1B | 0 | 39 | C5 | 56 | 17 |
| Octal | 10 | 120 | 155 | 135 | 33 | 0 | 71 | 305 | 126 | 27 |
| Binary | 1000 | 1010000 | 1101101 | 1011101 | 11011 | 0 | 111001 | 11000101 | 1010110 | 10111 |
Color Harmonies of #08506D
Complementary color
Monochromatic Colors of #08506D
Black with #08506D
Text Example
Text Example
White with #08506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08506D; }
p { color: rgb(8,80,109); }
H1.HeaderClassName
{
color: #08506D;
}
.AnyTagClassName
{
color: #08506D;
}
</style>
background-color css
<style>
a { background-color: #08506D; }
a { background-color: rgb(8,80,109); }
div.DivClassName
{
background-color: #08506D;
}
.BgClassName
{
background-color: #08506D;
}
</style>
border-color css
<style>
span { border-color: #08506D; }
span { border-color: rgb(8,80,109); }
td.TdClassName
{
border-color: #08506D;
}
.TagClassName
{
border-color: #08506D;
}
</style>