Shades of Blue Lagoon #084E68
Tints of Blue Lagoon #084E68
RGB
CMYK
RGB Variations
Color information
#084E68 (or 0x084E68) is known color: Blue Lagoon. HEX triplet: 08, 4E and 68. RGB value is (8,78,104). Sum of RGB (Red+Green+Blue) = 8+78+104=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #084E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E68 is #F7B197. Grayscale: #3B3B3B. Windows color (decimal): -16232856 or 6835720. OLE color: 6835720.
HSL color Cylindrical-coordinate representation of color #084E68: hue angle of 196.25º 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 #084E68 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 78 | 104 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.59 |
| HSL | 196.25º | 0.86% | 0.22% | - |
| HSV(B) | 196.25º | 0.92% | 0.41% | - |
| XYZ | 5.32 | 6.5 | 14.07 | - |
| YUV | 60.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 104 | 0.92 | 0.25 | 0 | 0.59 | 196.25 | 0.86 | 0.22 |
| Hex | 8 | 4E | 68 | 5C | 19 | 0 | 3B | C4 | 56 | 16 |
| Octal | 10 | 116 | 150 | 134 | 31 | 0 | 73 | 304 | 126 | 26 |
| Binary | 1000 | 1001110 | 1101000 | 1011100 | 11001 | 0 | 111011 | 11000100 | 1010110 | 10110 |
Color Harmonies of #084E68
Complementary color
Monochromatic Colors of #084E68
Black with #084E68
Text Example
Text Example
White with #084E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E68; }
p { color: rgb(8,78,104); }
H1.HeaderClassName
{
color: #084E68;
}
.AnyTagClassName
{
color: #084E68;
}
</style>
background-color css
<style>
a { background-color: #084E68; }
a { background-color: rgb(8,78,104); }
div.DivClassName
{
background-color: #084E68;
}
.BgClassName
{
background-color: #084E68;
}
</style>
border-color css
<style>
span { border-color: #084E68; }
span { border-color: rgb(8,78,104); }
td.TdClassName
{
border-color: #084E68;
}
.TagClassName
{
border-color: #084E68;
}
</style>