Shades of Blue Lagoon #096467
Tints of Blue Lagoon #096467
RGB
CMYK
RGB Variations
Color information
#096467 (or 0x096467) is known color: Blue Lagoon. HEX triplet: 09, 64 and 67. RGB value is (9,100,103). Sum of RGB (Red+Green+Blue) = 9+100+103=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #096467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096467 is #F69B98. Grayscale: #494949. Windows color (decimal): -16161689 or 6775817. OLE color: 6775817.
HSL color Cylindrical-coordinate representation of color #096467: hue angle of 181.91º 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 #096467 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 100 | 103 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.60 |
| HSL | 181.91º | 0.84% | 0.22% | - |
| HSV(B) | 181.91º | 0.91% | 0.4% | - |
| XYZ | 7.12 | 10.15 | 14.42 | - |
| YUV | 73.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 103 | 0.91 | 0.03 | 0 | 0.60 | 181.91 | 0.84 | 0.22 |
| Hex | 9 | 64 | 67 | 5B | 3 | 0 | 3C | B6 | 54 | 16 |
| Octal | 11 | 144 | 147 | 133 | 3 | 0 | 74 | 266 | 124 | 26 |
| Binary | 1001 | 1100100 | 1100111 | 1011011 | 11 | 0 | 111100 | 10110110 | 1010100 | 10110 |
Color Harmonies of #096467
Complementary color
Monochromatic Colors of #096467
Black with #096467
Text Example
Text Example
White with #096467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096467; }
p { color: rgb(9,100,103); }
H1.HeaderClassName
{
color: #096467;
}
.AnyTagClassName
{
color: #096467;
}
</style>
background-color css
<style>
a { background-color: #096467; }
a { background-color: rgb(9,100,103); }
div.DivClassName
{
background-color: #096467;
}
.BgClassName
{
background-color: #096467;
}
</style>
border-color css
<style>
span { border-color: #096467; }
span { border-color: rgb(9,100,103); }
td.TdClassName
{
border-color: #096467;
}
.TagClassName
{
border-color: #096467;
}
</style>