Shades of Blue Lagoon #094F64
Tints of Blue Lagoon #094F64
RGB
CMYK
RGB Variations
Color information
#094F64 (or 0x094F64) is known color: Blue Lagoon. HEX triplet: 09, 4F and 64. RGB value is (9,79,100). Sum of RGB (Red+Green+Blue) = 9+79+100=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #094F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F64 is #F6B09B. Grayscale: #3C3C3C. Windows color (decimal): -16167068 or 6573833. OLE color: 6573833.
HSL color Cylindrical-coordinate representation of color #094F64: hue angle of 193.85º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094F64 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 79 | 100 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.61 |
| HSL | 193.85º | 0.83% | 0.21% | - |
| HSV(B) | 193.85º | 0.91% | 0.39% | - |
| XYZ | 5.21 | 6.57 | 13.05 | - |
| YUV | 60.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 100 | 0.91 | 0.21 | 0 | 0.61 | 193.85 | 0.83 | 0.21 |
| Hex | 9 | 4F | 64 | 5B | 15 | 0 | 3D | C2 | 53 | 15 |
| Octal | 11 | 117 | 144 | 133 | 25 | 0 | 75 | 302 | 123 | 25 |
| Binary | 1001 | 1001111 | 1100100 | 1011011 | 10101 | 0 | 111101 | 11000010 | 1010011 | 10101 |
Color Harmonies of #094F64
Complementary color
Monochromatic Colors of #094F64
Black with #094F64
Text Example
Text Example
White with #094F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F64; }
p { color: rgb(9,79,100); }
H1.HeaderClassName
{
color: #094F64;
}
.AnyTagClassName
{
color: #094F64;
}
</style>
background-color css
<style>
a { background-color: #094F64; }
a { background-color: rgb(9,79,100); }
div.DivClassName
{
background-color: #094F64;
}
.BgClassName
{
background-color: #094F64;
}
</style>
border-color css
<style>
span { border-color: #094F64; }
span { border-color: rgb(9,79,100); }
td.TdClassName
{
border-color: #094F64;
}
.TagClassName
{
border-color: #094F64;
}
</style>