Shades of Blue Lagoon #094F68
Tints of Blue Lagoon #094F68
RGB
CMYK
RGB Variations
Color information
#094F68 (or 0x094F68) is known color: Blue Lagoon. HEX triplet: 09, 4F and 68. RGB value is (9,79,104). Sum of RGB (Red+Green+Blue) = 9+79+104=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #094F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F68 is #F6B097. Grayscale: #3C3C3C. Windows color (decimal): -16167064 or 6835977. OLE color: 6835977.
HSL color Cylindrical-coordinate representation of color #094F68: hue angle of 195.79º 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 #094F68 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 79 | 104 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.59 |
| HSL | 195.79º | 0.84% | 0.22% | - |
| HSV(B) | 195.79º | 0.91% | 0.41% | - |
| XYZ | 5.41 | 6.65 | 14.1 | - |
| YUV | 60.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 104 | 0.91 | 0.24 | 0 | 0.59 | 195.79 | 0.84 | 0.22 |
| Hex | 9 | 4F | 68 | 5B | 18 | 0 | 3B | C4 | 54 | 16 |
| Octal | 11 | 117 | 150 | 133 | 30 | 0 | 73 | 304 | 124 | 26 |
| Binary | 1001 | 1001111 | 1101000 | 1011011 | 11000 | 0 | 111011 | 11000100 | 1010100 | 10110 |
Color Harmonies of #094F68
Complementary color
Monochromatic Colors of #094F68
Black with #094F68
Text Example
Text Example
White with #094F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F68; }
p { color: rgb(9,79,104); }
H1.HeaderClassName
{
color: #094F68;
}
.AnyTagClassName
{
color: #094F68;
}
</style>
background-color css
<style>
a { background-color: #094F68; }
a { background-color: rgb(9,79,104); }
div.DivClassName
{
background-color: #094F68;
}
.BgClassName
{
background-color: #094F68;
}
</style>
border-color css
<style>
span { border-color: #094F68; }
span { border-color: rgb(9,79,104); }
td.TdClassName
{
border-color: #094F68;
}
.TagClassName
{
border-color: #094F68;
}
</style>