Shades of Blue Lagoon #094E68
Tints of Blue Lagoon #094E68
RGB
CMYK
RGB Variations
Color information
#094E68 (or 0x094E68) is known color: Blue Lagoon. HEX triplet: 09, 4E and 68. RGB value is (9,78,104). Sum of RGB (Red+Green+Blue) = 9+78+104=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #094E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E68 is #F6B197. Grayscale: #3C3C3C. Windows color (decimal): -16167320 or 6835721. OLE color: 6835721.
HSL color Cylindrical-coordinate representation of color #094E68: hue angle of 196.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094E68 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 78 | 104 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.59 |
| HSL | 196.42º | 0.84% | 0.22% | - |
| HSV(B) | 196.42º | 0.91% | 0.41% | - |
| XYZ | 5.34 | 6.51 | 14.07 | - |
| YUV | 60.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 104 | 0.91 | 0.25 | 0 | 0.59 | 196.42 | 0.84 | 0.22 |
| Hex | 9 | 4E | 68 | 5B | 19 | 0 | 3B | C4 | 54 | 16 |
| Octal | 11 | 116 | 150 | 133 | 31 | 0 | 73 | 304 | 124 | 26 |
| Binary | 1001 | 1001110 | 1101000 | 1011011 | 11001 | 0 | 111011 | 11000100 | 1010100 | 10110 |
Color Harmonies of #094E68
Complementary color
Monochromatic Colors of #094E68
Black with #094E68
Text Example
Text Example
White with #094E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E68; }
p { color: rgb(9,78,104); }
H1.HeaderClassName
{
color: #094E68;
}
.AnyTagClassName
{
color: #094E68;
}
</style>
background-color css
<style>
a { background-color: #094E68; }
a { background-color: rgb(9,78,104); }
div.DivClassName
{
background-color: #094E68;
}
.BgClassName
{
background-color: #094E68;
}
</style>
border-color css
<style>
span { border-color: #094E68; }
span { border-color: rgb(9,78,104); }
td.TdClassName
{
border-color: #094E68;
}
.TagClassName
{
border-color: #094E68;
}
</style>