Shades of Blue Lagoon #075369
Tints of Blue Lagoon #075369
RGB
CMYK
RGB Variations
Color information
#075369 (or 0x075369) is known color: Blue Lagoon. HEX triplet: 07, 53 and 69. RGB value is (7,83,105). Sum of RGB (Red+Green+Blue) = 7+83+105=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #075369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075369 is #F8AC96. Grayscale: #3E3E3E. Windows color (decimal): -16297111 or 6902535. OLE color: 6902535.
HSL color Cylindrical-coordinate representation of color #075369: hue angle of 193.47º 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 #075369 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 83 | 105 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.59 |
| HSL | 193.47º | 0.88% | 0.22% | - |
| HSV(B) | 193.47º | 0.93% | 0.41% | - |
| XYZ | 5.73 | 7.25 | 14.46 | - |
| YUV | 62.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 105 | 0.93 | 0.21 | 0 | 0.59 | 193.47 | 0.88 | 0.22 |
| Hex | 7 | 53 | 69 | 5D | 15 | 0 | 3B | C1 | 58 | 16 |
| Octal | 7 | 123 | 151 | 135 | 25 | 0 | 73 | 301 | 130 | 26 |
| Binary | 111 | 1010011 | 1101001 | 1011101 | 10101 | 0 | 111011 | 11000001 | 1011000 | 10110 |
Color Harmonies of #075369
Complementary color
Monochromatic Colors of #075369
Black with #075369
Text Example
Text Example
White with #075369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075369; }
p { color: rgb(7,83,105); }
H1.HeaderClassName
{
color: #075369;
}
.AnyTagClassName
{
color: #075369;
}
</style>
background-color css
<style>
a { background-color: #075369; }
a { background-color: rgb(7,83,105); }
div.DivClassName
{
background-color: #075369;
}
.BgClassName
{
background-color: #075369;
}
</style>
border-color css
<style>
span { border-color: #075369; }
span { border-color: rgb(7,83,105); }
td.TdClassName
{
border-color: #075369;
}
.TagClassName
{
border-color: #075369;
}
</style>