Shades of Blue Lagoon #09627D
Tints of Blue Lagoon #09627D
RGB
CMYK
RGB Variations
Color information
#09627D (or 0x09627D) is known color: Blue Lagoon. HEX triplet: 09, 62 and 7D. RGB value is (9,98,125). Sum of RGB (Red+Green+Blue) = 9+98+125=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #09627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09627D is #F69D82. Grayscale: #4A4A4A. Windows color (decimal): -16162179 or 8217097. OLE color: 8217097.
HSL color Cylindrical-coordinate representation of color #09627D: hue angle of 193.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09627D is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 98 | 125 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.51 |
| HSL | 193.97º | 0.87% | 0.26% | - |
| HSV(B) | 193.97º | 0.93% | 0.49% | - |
| XYZ | 8.18 | 10.27 | 20.95 | - |
| YUV | 74.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 125 | 0.93 | 0.22 | 0 | 0.51 | 193.97 | 0.87 | 0.26 |
| Hex | 9 | 62 | 7D | 5D | 16 | 0 | 33 | C2 | 57 | 1A |
| Octal | 11 | 142 | 175 | 135 | 26 | 0 | 63 | 302 | 127 | 32 |
| Binary | 1001 | 1100010 | 1111101 | 1011101 | 10110 | 0 | 110011 | 11000010 | 1010111 | 11010 |
Color Harmonies of #09627D
Complementary color
Monochromatic Colors of #09627D
Black with #09627D
Text Example
Text Example
White with #09627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09627D; }
p { color: rgb(9,98,125); }
H1.HeaderClassName
{
color: #09627D;
}
.AnyTagClassName
{
color: #09627D;
}
</style>
background-color css
<style>
a { background-color: #09627D; }
a { background-color: rgb(9,98,125); }
div.DivClassName
{
background-color: #09627D;
}
.BgClassName
{
background-color: #09627D;
}
</style>
border-color css
<style>
span { border-color: #09627D; }
span { border-color: rgb(9,98,125); }
td.TdClassName
{
border-color: #09627D;
}
.TagClassName
{
border-color: #09627D;
}
</style>