Shades of Blue Lagoon #07536C
Tints of Blue Lagoon #07536C
RGB
CMYK
RGB Variations
Color information
#07536C (or 0x07536C) is known color: Blue Lagoon. HEX triplet: 07, 53 and 6C. RGB value is (7,83,108). Sum of RGB (Red+Green+Blue) = 7+83+108=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #07536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07536C is #F8AC93. Grayscale: #3E3E3E. Windows color (decimal): -16297108 or 7099143. OLE color: 7099143.
HSL color Cylindrical-coordinate representation of color #07536C: hue angle of 194.85º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07536C is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 83 | 108 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.58 |
| HSL | 194.85º | 0.88% | 0.23% | - |
| HSV(B) | 194.85º | 0.94% | 0.42% | - |
| XYZ | 5.89 | 7.31 | 15.29 | - |
| YUV | 63.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 108 | 0.94 | 0.23 | 0 | 0.58 | 194.85 | 0.88 | 0.23 |
| Hex | 7 | 53 | 6C | 5E | 17 | 0 | 3A | C3 | 58 | 17 |
| Octal | 7 | 123 | 154 | 136 | 27 | 0 | 72 | 303 | 130 | 27 |
| Binary | 111 | 1010011 | 1101100 | 1011110 | 10111 | 0 | 111010 | 11000011 | 1011000 | 10111 |
Color Harmonies of #07536C
Complementary color
Monochromatic Colors of #07536C
Black with #07536C
Text Example
Text Example
White with #07536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07536C; }
p { color: rgb(7,83,108); }
H1.HeaderClassName
{
color: #07536C;
}
.AnyTagClassName
{
color: #07536C;
}
</style>
background-color css
<style>
a { background-color: #07536C; }
a { background-color: rgb(7,83,108); }
div.DivClassName
{
background-color: #07536C;
}
.BgClassName
{
background-color: #07536C;
}
</style>
border-color css
<style>
span { border-color: #07536C; }
span { border-color: rgb(7,83,108); }
td.TdClassName
{
border-color: #07536C;
}
.TagClassName
{
border-color: #07536C;
}
</style>