Shades of Blue Lagoon #095065
Tints of Blue Lagoon #095065
RGB
CMYK
RGB Variations
Color information
#095065 (or 0x095065) is known color: Blue Lagoon. HEX triplet: 09, 50 and 65. RGB value is (9,80,101). Sum of RGB (Red+Green+Blue) = 9+80+101=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #095065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095065 is #F6AF9A. Grayscale: #3D3D3D. Windows color (decimal): -16166811 or 6639625. OLE color: 6639625.
HSL color Cylindrical-coordinate representation of color #095065: hue angle of 193.7º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095065 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 80 | 101 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.60 |
| HSL | 193.7º | 0.84% | 0.22% | - |
| HSV(B) | 193.7º | 0.91% | 0.4% | - |
| XYZ | 5.33 | 6.73 | 13.33 | - |
| YUV | 61.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 101 | 0.91 | 0.21 | 0 | 0.60 | 193.7 | 0.84 | 0.22 |
| Hex | 9 | 50 | 65 | 5B | 15 | 0 | 3C | C2 | 54 | 16 |
| Octal | 11 | 120 | 145 | 133 | 25 | 0 | 74 | 302 | 124 | 26 |
| Binary | 1001 | 1010000 | 1100101 | 1011011 | 10101 | 0 | 111100 | 11000010 | 1010100 | 10110 |
Color Harmonies of #095065
Complementary color
Monochromatic Colors of #095065
Black with #095065
Text Example
Text Example
White with #095065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095065; }
p { color: rgb(9,80,101); }
H1.HeaderClassName
{
color: #095065;
}
.AnyTagClassName
{
color: #095065;
}
</style>
background-color css
<style>
a { background-color: #095065; }
a { background-color: rgb(9,80,101); }
div.DivClassName
{
background-color: #095065;
}
.BgClassName
{
background-color: #095065;
}
</style>
border-color css
<style>
span { border-color: #095065; }
span { border-color: rgb(9,80,101); }
td.TdClassName
{
border-color: #095065;
}
.TagClassName
{
border-color: #095065;
}
</style>