Shades of Blue Lagoon #095062
Tints of Blue Lagoon #095062
RGB
CMYK
RGB Variations
Color information
#095062 (or 0x095062) is known color: Blue Lagoon. HEX triplet: 09, 50 and 62. RGB value is (9,80,98). Sum of RGB (Red+Green+Blue) = 9+80+98=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #095062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095062 is #F6AF9D. Grayscale: #3C3C3C. Windows color (decimal): -16166814 or 6443017. OLE color: 6443017.
HSL color Cylindrical-coordinate representation of color #095062: hue angle of 192.13º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095062 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 80 | 98 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.62 |
| HSL | 192.13º | 0.83% | 0.21% | - |
| HSV(B) | 192.13º | 0.91% | 0.38% | - |
| XYZ | 5.19 | 6.68 | 12.57 | - |
| YUV | 60.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 98 | 0.91 | 0.18 | 0 | 0.62 | 192.13 | 0.83 | 0.21 |
| Hex | 9 | 50 | 62 | 5B | 12 | 0 | 3E | C0 | 53 | 15 |
| Octal | 11 | 120 | 142 | 133 | 22 | 0 | 76 | 300 | 123 | 25 |
| Binary | 1001 | 1010000 | 1100010 | 1011011 | 10010 | 0 | 111110 | 11000000 | 1010011 | 10101 |
Color Harmonies of #095062
Complementary color
Monochromatic Colors of #095062
Black with #095062
Text Example
Text Example
White with #095062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095062; }
p { color: rgb(9,80,98); }
H1.HeaderClassName
{
color: #095062;
}
.AnyTagClassName
{
color: #095062;
}
</style>
background-color css
<style>
a { background-color: #095062; }
a { background-color: rgb(9,80,98); }
div.DivClassName
{
background-color: #095062;
}
.BgClassName
{
background-color: #095062;
}
</style>
border-color css
<style>
span { border-color: #095062; }
span { border-color: rgb(9,80,98); }
td.TdClassName
{
border-color: #095062;
}
.TagClassName
{
border-color: #095062;
}
</style>