Shades of Blue Lagoon #084C67
Tints of Blue Lagoon #084C67
RGB
CMYK
RGB Variations
Color information
#084C67 (or 0x084C67) is known color: Blue Lagoon. HEX triplet: 08, 4C and 67. RGB value is (8,76,103). Sum of RGB (Red+Green+Blue) = 8+76+103=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #084C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C67 is #F7B398. Grayscale: #3A3A3A. Windows color (decimal): -16233369 or 6769672. OLE color: 6769672.
HSL color Cylindrical-coordinate representation of color #084C67: hue angle of 197.05º 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 #084C67 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 76 | 103 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.60 |
| HSL | 197.05º | 0.86% | 0.22% | - |
| HSV(B) | 197.05º | 0.92% | 0.4% | - |
| XYZ | 5.13 | 6.2 | 13.76 | - |
| YUV | 58.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 103 | 0.92 | 0.26 | 0 | 0.60 | 197.05 | 0.86 | 0.22 |
| Hex | 8 | 4C | 67 | 5C | 1A | 0 | 3C | C5 | 56 | 16 |
| Octal | 10 | 114 | 147 | 134 | 32 | 0 | 74 | 305 | 126 | 26 |
| Binary | 1000 | 1001100 | 1100111 | 1011100 | 11010 | 0 | 111100 | 11000101 | 1010110 | 10110 |
Color Harmonies of #084C67
Complementary color
Monochromatic Colors of #084C67
Black with #084C67
Text Example
Text Example
White with #084C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C67; }
p { color: rgb(8,76,103); }
H1.HeaderClassName
{
color: #084C67;
}
.AnyTagClassName
{
color: #084C67;
}
</style>
background-color css
<style>
a { background-color: #084C67; }
a { background-color: rgb(8,76,103); }
div.DivClassName
{
background-color: #084C67;
}
.BgClassName
{
background-color: #084C67;
}
</style>
border-color css
<style>
span { border-color: #084C67; }
span { border-color: rgb(8,76,103); }
td.TdClassName
{
border-color: #084C67;
}
.TagClassName
{
border-color: #084C67;
}
</style>