Shades of Blue Lagoon #095967
Tints of Blue Lagoon #095967
RGB
CMYK
RGB Variations
Color information
#095967 (or 0x095967) is known color: Blue Lagoon. HEX triplet: 09, 59 and 67. RGB value is (9,89,103). Sum of RGB (Red+Green+Blue) = 9+89+103=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #095967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095967 is #F6A698. Grayscale: #424242. Windows color (decimal): -16164505 or 6773001. OLE color: 6773001.
HSL color Cylindrical-coordinate representation of color #095967: hue angle of 188.94º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095967 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 89 | 103 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.60 |
| HSL | 188.94º | 0.84% | 0.22% | - |
| HSV(B) | 188.94º | 0.91% | 0.4% | - |
| XYZ | 6.13 | 8.18 | 14.09 | - |
| YUV | 66.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 103 | 0.91 | 0.14 | 0 | 0.60 | 188.94 | 0.84 | 0.22 |
| Hex | 9 | 59 | 67 | 5B | E | 0 | 3C | BD | 54 | 16 |
| Octal | 11 | 131 | 147 | 133 | 16 | 0 | 74 | 275 | 124 | 26 |
| Binary | 1001 | 1011001 | 1100111 | 1011011 | 1110 | 0 | 111100 | 10111101 | 1010100 | 10110 |
Color Harmonies of #095967
Complementary color
Monochromatic Colors of #095967
Black with #095967
Text Example
Text Example
White with #095967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095967; }
p { color: rgb(9,89,103); }
H1.HeaderClassName
{
color: #095967;
}
.AnyTagClassName
{
color: #095967;
}
</style>
background-color css
<style>
a { background-color: #095967; }
a { background-color: rgb(9,89,103); }
div.DivClassName
{
background-color: #095967;
}
.BgClassName
{
background-color: #095967;
}
</style>
border-color css
<style>
span { border-color: #095967; }
span { border-color: rgb(9,89,103); }
td.TdClassName
{
border-color: #095967;
}
.TagClassName
{
border-color: #095967;
}
</style>