Shades of Blue Lagoon #095A6D
Tints of Blue Lagoon #095A6D
RGB
CMYK
RGB Variations
Color information
#095A6D (or 0x095A6D) is known color: Blue Lagoon. HEX triplet: 09, 5A and 6D. RGB value is (9,90,109). Sum of RGB (Red+Green+Blue) = 9+90+109=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #095A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A6D is #F6A592. Grayscale: #434343. Windows color (decimal): -16164243 or 7166473. OLE color: 7166473.
HSL color Cylindrical-coordinate representation of color #095A6D: hue angle of 191.4º 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 #095A6D is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 90 | 109 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.57 |
| HSL | 191.4º | 0.85% | 0.23% | - |
| HSV(B) | 191.4º | 0.92% | 0.43% | - |
| XYZ | 6.53 | 8.47 | 15.76 | - |
| YUV | 67.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 109 | 0.92 | 0.17 | 0 | 0.57 | 191.4 | 0.85 | 0.23 |
| Hex | 9 | 5A | 6D | 5C | 11 | 0 | 39 | BF | 55 | 17 |
| Octal | 11 | 132 | 155 | 134 | 21 | 0 | 71 | 277 | 125 | 27 |
| Binary | 1001 | 1011010 | 1101101 | 1011100 | 10001 | 0 | 111001 | 10111111 | 1010101 | 10111 |
Color Harmonies of #095A6D
Complementary color
Monochromatic Colors of #095A6D
Black with #095A6D
Text Example
Text Example
White with #095A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A6D; }
p { color: rgb(9,90,109); }
H1.HeaderClassName
{
color: #095A6D;
}
.AnyTagClassName
{
color: #095A6D;
}
</style>
background-color css
<style>
a { background-color: #095A6D; }
a { background-color: rgb(9,90,109); }
div.DivClassName
{
background-color: #095A6D;
}
.BgClassName
{
background-color: #095A6D;
}
</style>
border-color css
<style>
span { border-color: #095A6D; }
span { border-color: rgb(9,90,109); }
td.TdClassName
{
border-color: #095A6D;
}
.TagClassName
{
border-color: #095A6D;
}
</style>