Shades of Blue Lagoon #095A6E
Tints of Blue Lagoon #095A6E
RGB
CMYK
RGB Variations
Color information
#095A6E (or 0x095A6E) is known color: Blue Lagoon. HEX triplet: 09, 5A and 6E. RGB value is (9,90,110). Sum of RGB (Red+Green+Blue) = 9+90+110=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #095A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A6E is #F6A591. Grayscale: #434343. Windows color (decimal): -16164242 or 7232009. OLE color: 7232009.
HSL color Cylindrical-coordinate representation of color #095A6E: hue angle of 191.88º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095A6E is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 90 | 110 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.57 |
| HSL | 191.88º | 0.85% | 0.23% | - |
| HSV(B) | 191.88º | 0.92% | 0.43% | - |
| XYZ | 6.58 | 8.5 | 16.04 | - |
| YUV | 68.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 110 | 0.92 | 0.18 | 0 | 0.57 | 191.88 | 0.85 | 0.23 |
| Hex | 9 | 5A | 6E | 5C | 12 | 0 | 39 | C0 | 55 | 17 |
| Octal | 11 | 132 | 156 | 134 | 22 | 0 | 71 | 300 | 125 | 27 |
| Binary | 1001 | 1011010 | 1101110 | 1011100 | 10010 | 0 | 111001 | 11000000 | 1010101 | 10111 |
Color Harmonies of #095A6E
Complementary color
Monochromatic Colors of #095A6E
Black with #095A6E
Text Example
Text Example
White with #095A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A6E; }
p { color: rgb(9,90,110); }
H1.HeaderClassName
{
color: #095A6E;
}
.AnyTagClassName
{
color: #095A6E;
}
</style>
background-color css
<style>
a { background-color: #095A6E; }
a { background-color: rgb(9,90,110); }
div.DivClassName
{
background-color: #095A6E;
}
.BgClassName
{
background-color: #095A6E;
}
</style>
border-color css
<style>
span { border-color: #095A6E; }
span { border-color: rgb(9,90,110); }
td.TdClassName
{
border-color: #095A6E;
}
.TagClassName
{
border-color: #095A6E;
}
</style>