Shades of Blue Lagoon #095668
Tints of Blue Lagoon #095668
RGB
CMYK
RGB Variations
Color information
#095668 (or 0x095668) is known color: Blue Lagoon. HEX triplet: 09, 56 and 68. RGB value is (9,86,104). Sum of RGB (Red+Green+Blue) = 9+86+104=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #095668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095668 is #F6A997. Grayscale: #404040. Windows color (decimal): -16165272 or 6837769. OLE color: 6837769.
HSL color Cylindrical-coordinate representation of color #095668: hue angle of 191.37º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095668 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 86 | 104 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.59 |
| HSL | 191.37º | 0.84% | 0.22% | - |
| HSV(B) | 191.37º | 0.91% | 0.41% | - |
| XYZ | 5.94 | 7.71 | 14.27 | - |
| YUV | 65.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 104 | 0.91 | 0.17 | 0 | 0.59 | 191.37 | 0.84 | 0.22 |
| Hex | 9 | 56 | 68 | 5B | 11 | 0 | 3B | BF | 54 | 16 |
| Octal | 11 | 126 | 150 | 133 | 21 | 0 | 73 | 277 | 124 | 26 |
| Binary | 1001 | 1010110 | 1101000 | 1011011 | 10001 | 0 | 111011 | 10111111 | 1010100 | 10110 |
Color Harmonies of #095668
Complementary color
Monochromatic Colors of #095668
Black with #095668
Text Example
Text Example
White with #095668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095668; }
p { color: rgb(9,86,104); }
H1.HeaderClassName
{
color: #095668;
}
.AnyTagClassName
{
color: #095668;
}
</style>
background-color css
<style>
a { background-color: #095668; }
a { background-color: rgb(9,86,104); }
div.DivClassName
{
background-color: #095668;
}
.BgClassName
{
background-color: #095668;
}
</style>
border-color css
<style>
span { border-color: #095668; }
span { border-color: rgb(9,86,104); }
td.TdClassName
{
border-color: #095668;
}
.TagClassName
{
border-color: #095668;
}
</style>