Shades of Blue Lagoon #09506B
Tints of Blue Lagoon #09506B
RGB
CMYK
RGB Variations
Color information
#09506B (or 0x09506B) is known color: Blue Lagoon. HEX triplet: 09, 50 and 6B. RGB value is (9,80,107). Sum of RGB (Red+Green+Blue) = 9+80+107=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #09506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09506B is #F6AF94. Grayscale: #3D3D3D. Windows color (decimal): -16166805 or 7032841. OLE color: 7032841.
HSL color Cylindrical-coordinate representation of color #09506B: hue angle of 196.53º 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 #09506B is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 80 | 107 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.58 |
| HSL | 196.53º | 0.84% | 0.23% | - |
| HSV(B) | 196.53º | 0.92% | 0.42% | - |
| XYZ | 5.64 | 6.86 | 14.94 | - |
| YUV | 61.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 107 | 0.92 | 0.25 | 0 | 0.58 | 196.53 | 0.84 | 0.23 |
| Hex | 9 | 50 | 6B | 5C | 19 | 0 | 3A | C5 | 54 | 17 |
| Octal | 11 | 120 | 153 | 134 | 31 | 0 | 72 | 305 | 124 | 27 |
| Binary | 1001 | 1010000 | 1101011 | 1011100 | 11001 | 0 | 111010 | 11000101 | 1010100 | 10111 |
Color Harmonies of #09506B
Complementary color
Monochromatic Colors of #09506B
Black with #09506B
Text Example
Text Example
White with #09506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09506B; }
p { color: rgb(9,80,107); }
H1.HeaderClassName
{
color: #09506B;
}
.AnyTagClassName
{
color: #09506B;
}
</style>
background-color css
<style>
a { background-color: #09506B; }
a { background-color: rgb(9,80,107); }
div.DivClassName
{
background-color: #09506B;
}
.BgClassName
{
background-color: #09506B;
}
</style>
border-color css
<style>
span { border-color: #09506B; }
span { border-color: rgb(9,80,107); }
td.TdClassName
{
border-color: #09506B;
}
.TagClassName
{
border-color: #09506B;
}
</style>