Shades of Blue Lagoon #085362
Tints of Blue Lagoon #085362
RGB
CMYK
RGB Variations
Color information
#085362 (or 0x085362) is known color: Blue Lagoon. HEX triplet: 08, 53 and 62. RGB value is (8,83,98). Sum of RGB (Red+Green+Blue) = 8+83+98=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #085362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085362 is #F7AC9D. Grayscale: #3E3E3E. Windows color (decimal): -16231582 or 6443784. OLE color: 6443784.
HSL color Cylindrical-coordinate representation of color #085362: hue angle of 190º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085362 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 83 | 98 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.62 |
| HSL | 190º | 0.85% | 0.21% | - |
| HSV(B) | 190º | 0.92% | 0.38% | - |
| XYZ | 5.4 | 7.12 | 12.65 | - |
| YUV | 62.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 98 | 0.92 | 0.15 | 0 | 0.62 | 190 | 0.85 | 0.21 |
| Hex | 8 | 53 | 62 | 5C | F | 0 | 3E | BE | 55 | 15 |
| Octal | 10 | 123 | 142 | 134 | 17 | 0 | 76 | 276 | 125 | 25 |
| Binary | 1000 | 1010011 | 1100010 | 1011100 | 1111 | 0 | 111110 | 10111110 | 1010101 | 10101 |
Color Harmonies of #085362
Complementary color
Monochromatic Colors of #085362
Black with #085362
Text Example
Text Example
White with #085362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085362; }
p { color: rgb(8,83,98); }
H1.HeaderClassName
{
color: #085362;
}
.AnyTagClassName
{
color: #085362;
}
</style>
background-color css
<style>
a { background-color: #085362; }
a { background-color: rgb(8,83,98); }
div.DivClassName
{
background-color: #085362;
}
.BgClassName
{
background-color: #085362;
}
</style>
border-color css
<style>
span { border-color: #085362; }
span { border-color: rgb(8,83,98); }
td.TdClassName
{
border-color: #085362;
}
.TagClassName
{
border-color: #085362;
}
</style>