Shades of Blue Lagoon #084D67
Tints of Blue Lagoon #084D67
RGB
CMYK
RGB Variations
Color information
#084D67 (or 0x084D67) is known color: Blue Lagoon. HEX triplet: 08, 4D and 67. RGB value is (8,77,103). Sum of RGB (Red+Green+Blue) = 8+77+103=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #084D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D67 is #F7B298. Grayscale: #3B3B3B. Windows color (decimal): -16233113 or 6769928. OLE color: 6769928.
HSL color Cylindrical-coordinate representation of color #084D67: hue angle of 196.42º degrees, saturation: 0.86, 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 #084D67 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 77 | 103 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.60 |
| HSL | 196.42º | 0.86% | 0.22% | - |
| HSV(B) | 196.42º | 0.92% | 0.4% | - |
| XYZ | 5.2 | 6.34 | 13.78 | - |
| YUV | 59.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 103 | 0.92 | 0.25 | 0 | 0.60 | 196.42 | 0.86 | 0.22 |
| Hex | 8 | 4D | 67 | 5C | 19 | 0 | 3C | C4 | 56 | 16 |
| Octal | 10 | 115 | 147 | 134 | 31 | 0 | 74 | 304 | 126 | 26 |
| Binary | 1000 | 1001101 | 1100111 | 1011100 | 11001 | 0 | 111100 | 11000100 | 1010110 | 10110 |
Color Harmonies of #084D67
Complementary color
Monochromatic Colors of #084D67
Black with #084D67
Text Example
Text Example
White with #084D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D67; }
p { color: rgb(8,77,103); }
H1.HeaderClassName
{
color: #084D67;
}
.AnyTagClassName
{
color: #084D67;
}
</style>
background-color css
<style>
a { background-color: #084D67; }
a { background-color: rgb(8,77,103); }
div.DivClassName
{
background-color: #084D67;
}
.BgClassName
{
background-color: #084D67;
}
</style>
border-color css
<style>
span { border-color: #084D67; }
span { border-color: rgb(8,77,103); }
td.TdClassName
{
border-color: #084D67;
}
.TagClassName
{
border-color: #084D67;
}
</style>