Shades of Blue Lagoon #09647B
Tints of Blue Lagoon #09647B
RGB
CMYK
RGB Variations
Color information
#09647B (or 0x09647B) is known color: Blue Lagoon. HEX triplet: 09, 64 and 7B. RGB value is (9,100,123). Sum of RGB (Red+Green+Blue) = 9+100+123=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #09647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09647B is #F69B84. Grayscale: #4B4B4B. Windows color (decimal): -16161669 or 8086537. OLE color: 8086537.
HSL color Cylindrical-coordinate representation of color #09647B: hue angle of 192.11º 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 #09647B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 100 | 123 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.52 |
| HSL | 192.11º | 0.86% | 0.26% | - |
| HSV(B) | 192.11º | 0.93% | 0.48% | - |
| XYZ | 8.24 | 10.6 | 20.35 | - |
| YUV | 75.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 123 | 0.93 | 0.19 | 0 | 0.52 | 192.11 | 0.86 | 0.26 |
| Hex | 9 | 64 | 7B | 5D | 13 | 0 | 34 | C0 | 56 | 1A |
| Octal | 11 | 144 | 173 | 135 | 23 | 0 | 64 | 300 | 126 | 32 |
| Binary | 1001 | 1100100 | 1111011 | 1011101 | 10011 | 0 | 110100 | 11000000 | 1010110 | 11010 |
Color Harmonies of #09647B
Complementary color
Monochromatic Colors of #09647B
Black with #09647B
Text Example
Text Example
White with #09647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09647B; }
p { color: rgb(9,100,123); }
H1.HeaderClassName
{
color: #09647B;
}
.AnyTagClassName
{
color: #09647B;
}
</style>
background-color css
<style>
a { background-color: #09647B; }
a { background-color: rgb(9,100,123); }
div.DivClassName
{
background-color: #09647B;
}
.BgClassName
{
background-color: #09647B;
}
</style>
border-color css
<style>
span { border-color: #09647B; }
span { border-color: rgb(9,100,123); }
td.TdClassName
{
border-color: #09647B;
}
.TagClassName
{
border-color: #09647B;
}
</style>