Shades of Blue Lagoon #095862
Tints of Blue Lagoon #095862
RGB
CMYK
RGB Variations
Color information
#095862 (or 0x095862) is known color: Blue Lagoon. HEX triplet: 09, 58 and 62. RGB value is (9,88,98). Sum of RGB (Red+Green+Blue) = 9+88+98=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #095862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095862 is #F6A79D. Grayscale: #414141. Windows color (decimal): -16164766 or 6445065. OLE color: 6445065.
HSL color Cylindrical-coordinate representation of color #095862: hue angle of 186.74º 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 #095862 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 88 | 98 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.62 |
| HSL | 186.74º | 0.83% | 0.21% | - |
| HSV(B) | 186.74º | 0.91% | 0.38% | - |
| XYZ | 5.81 | 7.92 | 12.78 | - |
| YUV | 65.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 98 | 0.91 | 0.10 | 0 | 0.62 | 186.74 | 0.83 | 0.21 |
| Hex | 9 | 58 | 62 | 5B | A | 0 | 3E | BB | 53 | 15 |
| Octal | 11 | 130 | 142 | 133 | 12 | 0 | 76 | 273 | 123 | 25 |
| Binary | 1001 | 1011000 | 1100010 | 1011011 | 1010 | 0 | 111110 | 10111011 | 1010011 | 10101 |
Color Harmonies of #095862
Complementary color
Monochromatic Colors of #095862
Black with #095862
Text Example
Text Example
White with #095862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095862; }
p { color: rgb(9,88,98); }
H1.HeaderClassName
{
color: #095862;
}
.AnyTagClassName
{
color: #095862;
}
</style>
background-color css
<style>
a { background-color: #095862; }
a { background-color: rgb(9,88,98); }
div.DivClassName
{
background-color: #095862;
}
.BgClassName
{
background-color: #095862;
}
</style>
border-color css
<style>
span { border-color: #095862; }
span { border-color: rgb(9,88,98); }
td.TdClassName
{
border-color: #095862;
}
.TagClassName
{
border-color: #095862;
}
</style>