Shades of Blue Lagoon #095F7A
Tints of Blue Lagoon #095F7A
RGB
CMYK
RGB Variations
Color information
#095F7A (or 0x095F7A) is known color: Blue Lagoon. HEX triplet: 09, 5F and 7A. RGB value is (9,95,122). Sum of RGB (Red+Green+Blue) = 9+95+122=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #095F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F7A is #F6A085. Grayscale: #484848. Windows color (decimal): -16162950 or 8019721. OLE color: 8019721.
HSL color Cylindrical-coordinate representation of color #095F7A: hue angle of 194.34º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095F7A is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 95 | 122 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.52 |
| HSL | 194.34º | 0.86% | 0.26% | - |
| HSV(B) | 194.34º | 0.93% | 0.48% | - |
| XYZ | 7.72 | 9.65 | 19.87 | - |
| YUV | 72.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 122 | 0.93 | 0.22 | 0 | 0.52 | 194.34 | 0.86 | 0.26 |
| Hex | 9 | 5F | 7A | 5D | 16 | 0 | 34 | C2 | 56 | 1A |
| Octal | 11 | 137 | 172 | 135 | 26 | 0 | 64 | 302 | 126 | 32 |
| Binary | 1001 | 1011111 | 1111010 | 1011101 | 10110 | 0 | 110100 | 11000010 | 1010110 | 11010 |
Color Harmonies of #095F7A
Complementary color
Monochromatic Colors of #095F7A
Black with #095F7A
Text Example
Text Example
White with #095F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F7A; }
p { color: rgb(9,95,122); }
H1.HeaderClassName
{
color: #095F7A;
}
.AnyTagClassName
{
color: #095F7A;
}
</style>
background-color css
<style>
a { background-color: #095F7A; }
a { background-color: rgb(9,95,122); }
div.DivClassName
{
background-color: #095F7A;
}
.BgClassName
{
background-color: #095F7A;
}
</style>
border-color css
<style>
span { border-color: #095F7A; }
span { border-color: rgb(9,95,122); }
td.TdClassName
{
border-color: #095F7A;
}
.TagClassName
{
border-color: #095F7A;
}
</style>