Shades of Blue Lagoon #076467
Tints of Blue Lagoon #076467
RGB
CMYK
RGB Variations
Color information
#076467 (or 0x076467) is known color: Blue Lagoon. HEX triplet: 07, 64 and 67. RGB value is (7,100,103). Sum of RGB (Red+Green+Blue) = 7+100+103=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #076467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076467 is #F89B98. Grayscale: #484848. Windows color (decimal): -16292761 or 6775815. OLE color: 6775815.
HSL color Cylindrical-coordinate representation of color #076467: hue angle of 181.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076467 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 100 | 103 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.60 |
| HSL | 181.88º | 0.87% | 0.22% | - |
| HSV(B) | 181.88º | 0.93% | 0.4% | - |
| XYZ | 7.09 | 10.14 | 14.42 | - |
| YUV | 72.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 103 | 0.93 | 0.03 | 0 | 0.60 | 181.88 | 0.87 | 0.22 |
| Hex | 7 | 64 | 67 | 5D | 3 | 0 | 3C | B6 | 57 | 16 |
| Octal | 7 | 144 | 147 | 135 | 3 | 0 | 74 | 266 | 127 | 26 |
| Binary | 111 | 1100100 | 1100111 | 1011101 | 11 | 0 | 111100 | 10110110 | 1010111 | 10110 |
Color Harmonies of #076467
Complementary color
Monochromatic Colors of #076467
Black with #076467
Text Example
Text Example
White with #076467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076467; }
p { color: rgb(7,100,103); }
H1.HeaderClassName
{
color: #076467;
}
.AnyTagClassName
{
color: #076467;
}
</style>
background-color css
<style>
a { background-color: #076467; }
a { background-color: rgb(7,100,103); }
div.DivClassName
{
background-color: #076467;
}
.BgClassName
{
background-color: #076467;
}
</style>
border-color css
<style>
span { border-color: #076467; }
span { border-color: rgb(7,100,103); }
td.TdClassName
{
border-color: #076467;
}
.TagClassName
{
border-color: #076467;
}
</style>