Shades of Blue Lagoon #095068
Tints of Blue Lagoon #095068
RGB
CMYK
RGB Variations
Color information
#095068 (or 0x095068) is known color: Blue Lagoon. HEX triplet: 09, 50 and 68. RGB value is (9,80,104). Sum of RGB (Red+Green+Blue) = 9+80+104=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #095068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095068 is #F6AF97. Grayscale: #3D3D3D. Windows color (decimal): -16166808 or 6836233. OLE color: 6836233.
HSL color Cylindrical-coordinate representation of color #095068: hue angle of 195.16º 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 #095068 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 80 | 104 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.59 |
| HSL | 195.16º | 0.84% | 0.22% | - |
| HSV(B) | 195.16º | 0.91% | 0.41% | - |
| XYZ | 5.48 | 6.79 | 14.12 | - |
| YUV | 61.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 104 | 0.91 | 0.23 | 0 | 0.59 | 195.16 | 0.84 | 0.22 |
| Hex | 9 | 50 | 68 | 5B | 17 | 0 | 3B | C3 | 54 | 16 |
| Octal | 11 | 120 | 150 | 133 | 27 | 0 | 73 | 303 | 124 | 26 |
| Binary | 1001 | 1010000 | 1101000 | 1011011 | 10111 | 0 | 111011 | 11000011 | 1010100 | 10110 |
Color Harmonies of #095068
Complementary color
Monochromatic Colors of #095068
Black with #095068
Text Example
Text Example
White with #095068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095068; }
p { color: rgb(9,80,104); }
H1.HeaderClassName
{
color: #095068;
}
.AnyTagClassName
{
color: #095068;
}
</style>
background-color css
<style>
a { background-color: #095068; }
a { background-color: rgb(9,80,104); }
div.DivClassName
{
background-color: #095068;
}
.BgClassName
{
background-color: #095068;
}
</style>
border-color css
<style>
span { border-color: #095068; }
span { border-color: rgb(9,80,104); }
td.TdClassName
{
border-color: #095068;
}
.TagClassName
{
border-color: #095068;
}
</style>