Shades of Blue Lagoon #085067
Tints of Blue Lagoon #085067
RGB
CMYK
RGB Variations
Color information
#085067 (or 0x085067) is known color: Blue Lagoon. HEX triplet: 08, 50 and 67. RGB value is (8,80,103). Sum of RGB (Red+Green+Blue) = 8+80+103=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #085067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085067 is #F7AF98. Grayscale: #3C3C3C. Windows color (decimal): -16232345 or 6770696. OLE color: 6770696.
HSL color Cylindrical-coordinate representation of color #085067: hue angle of 194.53º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085067 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 80 | 103 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.60 |
| HSL | 194.53º | 0.86% | 0.22% | - |
| HSV(B) | 194.53º | 0.92% | 0.4% | - |
| XYZ | 5.42 | 6.77 | 13.85 | - |
| YUV | 61.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 103 | 0.92 | 0.22 | 0 | 0.60 | 194.53 | 0.86 | 0.22 |
| Hex | 8 | 50 | 67 | 5C | 16 | 0 | 3C | C3 | 56 | 16 |
| Octal | 10 | 120 | 147 | 134 | 26 | 0 | 74 | 303 | 126 | 26 |
| Binary | 1000 | 1010000 | 1100111 | 1011100 | 10110 | 0 | 111100 | 11000011 | 1010110 | 10110 |
Color Harmonies of #085067
Complementary color
Monochromatic Colors of #085067
Black with #085067
Text Example
Text Example
White with #085067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085067; }
p { color: rgb(8,80,103); }
H1.HeaderClassName
{
color: #085067;
}
.AnyTagClassName
{
color: #085067;
}
</style>
background-color css
<style>
a { background-color: #085067; }
a { background-color: rgb(8,80,103); }
div.DivClassName
{
background-color: #085067;
}
.BgClassName
{
background-color: #085067;
}
</style>
border-color css
<style>
span { border-color: #085067; }
span { border-color: rgb(8,80,103); }
td.TdClassName
{
border-color: #085067;
}
.TagClassName
{
border-color: #085067;
}
</style>