Shades of Blue Lagoon #07667B
Tints of Blue Lagoon #07667B
RGB
CMYK
RGB Variations
Color information
#07667B (or 0x07667B) is known color: Blue Lagoon. HEX triplet: 07, 66 and 7B. RGB value is (7,102,123). Sum of RGB (Red+Green+Blue) = 7+102+123=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #07667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07667B is #F89984. Grayscale: #4B4B4B. Windows color (decimal): -16292229 or 8087047. OLE color: 8087047.
HSL color Cylindrical-coordinate representation of color #07667B: hue angle of 190.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07667B is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 102 | 123 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.52 |
| HSL | 190.86º | 0.89% | 0.25% | - |
| HSV(B) | 190.86º | 0.94% | 0.48% | - |
| XYZ | 8.41 | 10.98 | 20.41 | - |
| YUV | 75.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 123 | 0.94 | 0.17 | 0 | 0.52 | 190.86 | 0.89 | 0.25 |
| Hex | 7 | 66 | 7B | 5E | 11 | 0 | 34 | BF | 59 | 19 |
| Octal | 7 | 146 | 173 | 136 | 21 | 0 | 64 | 277 | 131 | 31 |
| Binary | 111 | 1100110 | 1111011 | 1011110 | 10001 | 0 | 110100 | 10111111 | 1011001 | 11001 |
Color Harmonies of #07667B
Complementary color
Monochromatic Colors of #07667B
Black with #07667B
Text Example
Text Example
White with #07667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07667B; }
p { color: rgb(7,102,123); }
H1.HeaderClassName
{
color: #07667B;
}
.AnyTagClassName
{
color: #07667B;
}
</style>
background-color css
<style>
a { background-color: #07667B; }
a { background-color: rgb(7,102,123); }
div.DivClassName
{
background-color: #07667B;
}
.BgClassName
{
background-color: #07667B;
}
</style>
border-color css
<style>
span { border-color: #07667B; }
span { border-color: rgb(7,102,123); }
td.TdClassName
{
border-color: #07667B;
}
.TagClassName
{
border-color: #07667B;
}
</style>