Shades of Blue Lagoon #09667B
Tints of Blue Lagoon #09667B
RGB
CMYK
RGB Variations
Color information
#09667B (or 0x09667B) is known color: Blue Lagoon. HEX triplet: 09, 66 and 7B. RGB value is (9,102,123). Sum of RGB (Red+Green+Blue) = 9+102+123=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #09667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09667B is #F69984. Grayscale: #4C4C4C. Windows color (decimal): -16161157 or 8087049. OLE color: 8087049.
HSL color Cylindrical-coordinate representation of color #09667B: hue angle of 191.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09667B is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 102 | 123 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.52 |
| HSL | 191.05º | 0.86% | 0.26% | - |
| HSV(B) | 191.05º | 0.93% | 0.48% | - |
| XYZ | 8.44 | 10.99 | 20.42 | - |
| YUV | 76.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 123 | 0.93 | 0.17 | 0 | 0.52 | 191.05 | 0.86 | 0.26 |
| Hex | 9 | 66 | 7B | 5D | 11 | 0 | 34 | BF | 56 | 1A |
| Octal | 11 | 146 | 173 | 135 | 21 | 0 | 64 | 277 | 126 | 32 |
| Binary | 1001 | 1100110 | 1111011 | 1011101 | 10001 | 0 | 110100 | 10111111 | 1010110 | 11010 |
Color Harmonies of #09667B
Complementary color
Monochromatic Colors of #09667B
Black with #09667B
Text Example
Text Example
White with #09667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09667B; }
p { color: rgb(9,102,123); }
H1.HeaderClassName
{
color: #09667B;
}
.AnyTagClassName
{
color: #09667B;
}
</style>
background-color css
<style>
a { background-color: #09667B; }
a { background-color: rgb(9,102,123); }
div.DivClassName
{
background-color: #09667B;
}
.BgClassName
{
background-color: #09667B;
}
</style>
border-color css
<style>
span { border-color: #09667B; }
span { border-color: rgb(9,102,123); }
td.TdClassName
{
border-color: #09667B;
}
.TagClassName
{
border-color: #09667B;
}
</style>