Shades of Blue Lagoon #085069
Tints of Blue Lagoon #085069
RGB
CMYK
RGB Variations
Color information
#085069 (or 0x085069) is known color: Blue Lagoon. HEX triplet: 08, 50 and 69. RGB value is (8,80,105). Sum of RGB (Red+Green+Blue) = 8+80+105=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #085069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085069 is #F7AF96. Grayscale: #3D3D3D. Windows color (decimal): -16232343 or 6901768. OLE color: 6901768.
HSL color Cylindrical-coordinate representation of color #085069: hue angle of 195.46º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085069 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 80 | 105 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.59 |
| HSL | 195.46º | 0.86% | 0.22% | - |
| HSV(B) | 195.46º | 0.92% | 0.41% | - |
| XYZ | 5.52 | 6.81 | 14.39 | - |
| YUV | 61.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 105 | 0.92 | 0.24 | 0 | 0.59 | 195.46 | 0.86 | 0.22 |
| Hex | 8 | 50 | 69 | 5C | 18 | 0 | 3B | C3 | 56 | 16 |
| Octal | 10 | 120 | 151 | 134 | 30 | 0 | 73 | 303 | 126 | 26 |
| Binary | 1000 | 1010000 | 1101001 | 1011100 | 11000 | 0 | 111011 | 11000011 | 1010110 | 10110 |
Color Harmonies of #085069
Complementary color
Monochromatic Colors of #085069
Black with #085069
Text Example
Text Example
White with #085069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085069; }
p { color: rgb(8,80,105); }
H1.HeaderClassName
{
color: #085069;
}
.AnyTagClassName
{
color: #085069;
}
</style>
background-color css
<style>
a { background-color: #085069; }
a { background-color: rgb(8,80,105); }
div.DivClassName
{
background-color: #085069;
}
.BgClassName
{
background-color: #085069;
}
</style>
border-color css
<style>
span { border-color: #085069; }
span { border-color: rgb(8,80,105); }
td.TdClassName
{
border-color: #085069;
}
.TagClassName
{
border-color: #085069;
}
</style>