Shades of Blue Lagoon #075069
Tints of Blue Lagoon #075069
RGB
CMYK
RGB Variations
Color information
#075069 (or 0x075069) is known color: Blue Lagoon. HEX triplet: 07, 50 and 69. RGB value is (7,80,105). Sum of RGB (Red+Green+Blue) = 7+80+105=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #075069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075069 is #F8AF96. Grayscale: #3C3C3C. Windows color (decimal): -16297879 or 6901767. OLE color: 6901767.
HSL color Cylindrical-coordinate representation of color #075069: hue angle of 195.31º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075069 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 80 | 105 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.59 |
| HSL | 195.31º | 0.88% | 0.22% | - |
| HSV(B) | 195.31º | 0.93% | 0.41% | - |
| XYZ | 5.51 | 6.8 | 14.39 | - |
| YUV | 61.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 105 | 0.93 | 0.24 | 0 | 0.59 | 195.31 | 0.88 | 0.22 |
| Hex | 7 | 50 | 69 | 5D | 18 | 0 | 3B | C3 | 58 | 16 |
| Octal | 7 | 120 | 151 | 135 | 30 | 0 | 73 | 303 | 130 | 26 |
| Binary | 111 | 1010000 | 1101001 | 1011101 | 11000 | 0 | 111011 | 11000011 | 1011000 | 10110 |
Color Harmonies of #075069
Complementary color
Monochromatic Colors of #075069
Black with #075069
Text Example
Text Example
White with #075069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075069; }
p { color: rgb(7,80,105); }
H1.HeaderClassName
{
color: #075069;
}
.AnyTagClassName
{
color: #075069;
}
</style>
background-color css
<style>
a { background-color: #075069; }
a { background-color: rgb(7,80,105); }
div.DivClassName
{
background-color: #075069;
}
.BgClassName
{
background-color: #075069;
}
</style>
border-color css
<style>
span { border-color: #075069; }
span { border-color: rgb(7,80,105); }
td.TdClassName
{
border-color: #075069;
}
.TagClassName
{
border-color: #075069;
}
</style>