Shades of Blue Lagoon #095667
Tints of Blue Lagoon #095667
RGB
CMYK
RGB Variations
Color information
#095667 (or 0x095667) is known color: Blue Lagoon. HEX triplet: 09, 56 and 67. RGB value is (9,86,103). Sum of RGB (Red+Green+Blue) = 9+86+103=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #095667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095667 is #F6A998. Grayscale: #404040. Windows color (decimal): -16165273 or 6772233. OLE color: 6772233.
HSL color Cylindrical-coordinate representation of color #095667: hue angle of 190.85º 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 #095667 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 86 | 103 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.60 |
| HSL | 190.85º | 0.84% | 0.22% | - |
| HSV(B) | 190.85º | 0.91% | 0.4% | - |
| XYZ | 5.89 | 7.69 | 14.01 | - |
| YUV | 64.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 103 | 0.91 | 0.17 | 0 | 0.60 | 190.85 | 0.84 | 0.22 |
| Hex | 9 | 56 | 67 | 5B | 11 | 0 | 3C | BF | 54 | 16 |
| Octal | 11 | 126 | 147 | 133 | 21 | 0 | 74 | 277 | 124 | 26 |
| Binary | 1001 | 1010110 | 1100111 | 1011011 | 10001 | 0 | 111100 | 10111111 | 1010100 | 10110 |
Color Harmonies of #095667
Complementary color
Monochromatic Colors of #095667
Black with #095667
Text Example
Text Example
White with #095667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095667; }
p { color: rgb(9,86,103); }
H1.HeaderClassName
{
color: #095667;
}
.AnyTagClassName
{
color: #095667;
}
</style>
background-color css
<style>
a { background-color: #095667; }
a { background-color: rgb(9,86,103); }
div.DivClassName
{
background-color: #095667;
}
.BgClassName
{
background-color: #095667;
}
</style>
border-color css
<style>
span { border-color: #095667; }
span { border-color: rgb(9,86,103); }
td.TdClassName
{
border-color: #095667;
}
.TagClassName
{
border-color: #095667;
}
</style>