Shades of Blue Lagoon #084E66
Tints of Blue Lagoon #084E66
RGB
CMYK
RGB Variations
Color information
#084E66 (or 0x084E66) is known color: Blue Lagoon. HEX triplet: 08, 4E and 66. RGB value is (8,78,102). Sum of RGB (Red+Green+Blue) = 8+78+102=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #084E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E66 is #F7B199. Grayscale: #3B3B3B. Windows color (decimal): -16232858 or 6704648. OLE color: 6704648.
HSL color Cylindrical-coordinate representation of color #084E66: hue angle of 195.32º degrees, saturation: 0.85, 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 #084E66 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 78 | 102 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.6 |
| HSL | 195.32º | 0.85% | 0.22% | - |
| HSV(B) | 195.32º | 0.92% | 0.4% | - |
| XYZ | 5.22 | 6.46 | 13.54 | - |
| YUV | 59.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 102 | 0.92 | 0.24 | 0 | 0.6 | 195.32 | 0.85 | 0.22 |
| Hex | 8 | 4E | 66 | 5C | 18 | 0 | 3C | C3 | 55 | 16 |
| Octal | 10 | 116 | 146 | 134 | 30 | 0 | 74 | 303 | 125 | 26 |
| Binary | 1000 | 1001110 | 1100110 | 1011100 | 11000 | 0 | 111100 | 11000011 | 1010101 | 10110 |
Color Harmonies of #084E66
Complementary color
Monochromatic Colors of #084E66
Black with #084E66
Text Example
Text Example
White with #084E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E66; }
p { color: rgb(8,78,102); }
H1.HeaderClassName
{
color: #084E66;
}
.AnyTagClassName
{
color: #084E66;
}
</style>
background-color css
<style>
a { background-color: #084E66; }
a { background-color: rgb(8,78,102); }
div.DivClassName
{
background-color: #084E66;
}
.BgClassName
{
background-color: #084E66;
}
</style>
border-color css
<style>
span { border-color: #084E66; }
span { border-color: rgb(8,78,102); }
td.TdClassName
{
border-color: #084E66;
}
.TagClassName
{
border-color: #084E66;
}
</style>