Shades of Blue Lagoon #09546B
Tints of Blue Lagoon #09546B
RGB
CMYK
RGB Variations
Color information
#09546B (or 0x09546B) is known color: Blue Lagoon. HEX triplet: 09, 54 and 6B. RGB value is (9,84,107). Sum of RGB (Red+Green+Blue) = 9+84+107=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #09546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09546B is #F6AB94. Grayscale: #404040. Windows color (decimal): -16165781 or 7033865. OLE color: 7033865.
HSL color Cylindrical-coordinate representation of color #09546B: hue angle of 194.08º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09546B is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 84 | 107 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.58 |
| HSL | 194.08º | 0.84% | 0.23% | - |
| HSV(B) | 194.08º | 0.92% | 0.42% | - |
| XYZ | 5.94 | 7.46 | 15.04 | - |
| YUV | 64.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 107 | 0.92 | 0.21 | 0 | 0.58 | 194.08 | 0.84 | 0.23 |
| Hex | 9 | 54 | 6B | 5C | 15 | 0 | 3A | C2 | 54 | 17 |
| Octal | 11 | 124 | 153 | 134 | 25 | 0 | 72 | 302 | 124 | 27 |
| Binary | 1001 | 1010100 | 1101011 | 1011100 | 10101 | 0 | 111010 | 11000010 | 1010100 | 10111 |
Color Harmonies of #09546B
Complementary color
Monochromatic Colors of #09546B
Black with #09546B
Text Example
Text Example
White with #09546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09546B; }
p { color: rgb(9,84,107); }
H1.HeaderClassName
{
color: #09546B;
}
.AnyTagClassName
{
color: #09546B;
}
</style>
background-color css
<style>
a { background-color: #09546B; }
a { background-color: rgb(9,84,107); }
div.DivClassName
{
background-color: #09546B;
}
.BgClassName
{
background-color: #09546B;
}
</style>
border-color css
<style>
span { border-color: #09546B; }
span { border-color: rgb(9,84,107); }
td.TdClassName
{
border-color: #09546B;
}
.TagClassName
{
border-color: #09546B;
}
</style>