Shades of Blue Lagoon #085269
Tints of Blue Lagoon #085269
RGB
CMYK
RGB Variations
Color information
#085269 (or 0x085269) is known color: Blue Lagoon. HEX triplet: 08, 52 and 69. RGB value is (8,82,105). Sum of RGB (Red+Green+Blue) = 8+82+105=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #085269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085269 is #F7AD96. Grayscale: #3E3E3E. Windows color (decimal): -16231831 or 6902280. OLE color: 6902280.
HSL color Cylindrical-coordinate representation of color #085269: hue angle of 194.23º 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 #085269 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 82 | 105 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.59 |
| HSL | 194.23º | 0.86% | 0.22% | - |
| HSV(B) | 194.23º | 0.92% | 0.41% | - |
| XYZ | 5.67 | 7.11 | 14.44 | - |
| YUV | 62.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 105 | 0.92 | 0.22 | 0 | 0.59 | 194.23 | 0.86 | 0.22 |
| Hex | 8 | 52 | 69 | 5C | 16 | 0 | 3B | C2 | 56 | 16 |
| Octal | 10 | 122 | 151 | 134 | 26 | 0 | 73 | 302 | 126 | 26 |
| Binary | 1000 | 1010010 | 1101001 | 1011100 | 10110 | 0 | 111011 | 11000010 | 1010110 | 10110 |
Color Harmonies of #085269
Complementary color
Monochromatic Colors of #085269
Black with #085269
Text Example
Text Example
White with #085269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085269; }
p { color: rgb(8,82,105); }
H1.HeaderClassName
{
color: #085269;
}
.AnyTagClassName
{
color: #085269;
}
</style>
background-color css
<style>
a { background-color: #085269; }
a { background-color: rgb(8,82,105); }
div.DivClassName
{
background-color: #085269;
}
.BgClassName
{
background-color: #085269;
}
</style>
border-color css
<style>
span { border-color: #085269; }
span { border-color: rgb(8,82,105); }
td.TdClassName
{
border-color: #085269;
}
.TagClassName
{
border-color: #085269;
}
</style>