Shades of Blue Lagoon #09627B
Tints of Blue Lagoon #09627B
RGB
CMYK
RGB Variations
Color information
#09627B (or 0x09627B) is known color: Blue Lagoon. HEX triplet: 09, 62 and 7B. RGB value is (9,98,123). Sum of RGB (Red+Green+Blue) = 9+98+123=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #09627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09627B is #F69D84. Grayscale: #4A4A4A. Windows color (decimal): -16162181 or 8086025. OLE color: 8086025.
HSL color Cylindrical-coordinate representation of color #09627B: hue angle of 193.16º 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 #09627B is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 98 | 123 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.52 |
| HSL | 193.16º | 0.86% | 0.26% | - |
| HSV(B) | 193.16º | 0.93% | 0.48% | - |
| XYZ | 8.06 | 10.22 | 20.29 | - |
| YUV | 74.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 123 | 0.93 | 0.20 | 0 | 0.52 | 193.16 | 0.86 | 0.26 |
| Hex | 9 | 62 | 7B | 5D | 14 | 0 | 34 | C1 | 56 | 1A |
| Octal | 11 | 142 | 173 | 135 | 24 | 0 | 64 | 301 | 126 | 32 |
| Binary | 1001 | 1100010 | 1111011 | 1011101 | 10100 | 0 | 110100 | 11000001 | 1010110 | 11010 |
Color Harmonies of #09627B
Complementary color
Monochromatic Colors of #09627B
Black with #09627B
Text Example
Text Example
White with #09627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09627B; }
p { color: rgb(9,98,123); }
H1.HeaderClassName
{
color: #09627B;
}
.AnyTagClassName
{
color: #09627B;
}
</style>
background-color css
<style>
a { background-color: #09627B; }
a { background-color: rgb(9,98,123); }
div.DivClassName
{
background-color: #09627B;
}
.BgClassName
{
background-color: #09627B;
}
</style>
border-color css
<style>
span { border-color: #09627B; }
span { border-color: rgb(9,98,123); }
td.TdClassName
{
border-color: #09627B;
}
.TagClassName
{
border-color: #09627B;
}
</style>