Shades of Blue Lagoon #095F7E
Tints of Blue Lagoon #095F7E
RGB
CMYK
RGB Variations
Color information
#095F7E (or 0x095F7E) is known color: Blue Lagoon. HEX triplet: 09, 5F and 7E. RGB value is (9,95,126). Sum of RGB (Red+Green+Blue) = 9+95+126=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #095F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F7E is #F6A081. Grayscale: #484848. Windows color (decimal): -16162946 or 8281865. OLE color: 8281865.
HSL color Cylindrical-coordinate representation of color #095F7E: hue angle of 195.9º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095F7E is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 95 | 126 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.51 |
| HSL | 195.9º | 0.87% | 0.26% | - |
| HSV(B) | 195.9º | 0.93% | 0.49% | - |
| XYZ | 7.97 | 9.75 | 21.2 | - |
| YUV | 72.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 126 | 0.93 | 0.25 | 0 | 0.51 | 195.9 | 0.87 | 0.26 |
| Hex | 9 | 5F | 7E | 5D | 19 | 0 | 33 | C4 | 57 | 1A |
| Octal | 11 | 137 | 176 | 135 | 31 | 0 | 63 | 304 | 127 | 32 |
| Binary | 1001 | 1011111 | 1111110 | 1011101 | 11001 | 0 | 110011 | 11000100 | 1010111 | 11010 |
Color Harmonies of #095F7E
Complementary color
Monochromatic Colors of #095F7E
Black with #095F7E
Text Example
Text Example
White with #095F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F7E; }
p { color: rgb(9,95,126); }
H1.HeaderClassName
{
color: #095F7E;
}
.AnyTagClassName
{
color: #095F7E;
}
</style>
background-color css
<style>
a { background-color: #095F7E; }
a { background-color: rgb(9,95,126); }
div.DivClassName
{
background-color: #095F7E;
}
.BgClassName
{
background-color: #095F7E;
}
</style>
border-color css
<style>
span { border-color: #095F7E; }
span { border-color: rgb(9,95,126); }
td.TdClassName
{
border-color: #095F7E;
}
.TagClassName
{
border-color: #095F7E;
}
</style>