Shades of Blue Lagoon #095662
Tints of Blue Lagoon #095662
RGB
CMYK
RGB Variations
Color information
#095662 (or 0x095662) is known color: Blue Lagoon. HEX triplet: 09, 56 and 62. RGB value is (9,86,98). Sum of RGB (Red+Green+Blue) = 9+86+98=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #095662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095662 is #F6A99D. Grayscale: #404040. Windows color (decimal): -16165278 or 6444553. OLE color: 6444553.
HSL color Cylindrical-coordinate representation of color #095662: hue angle of 188.09º 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 #095662 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 86 | 98 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.62 |
| HSL | 188.09º | 0.83% | 0.21% | - |
| HSV(B) | 188.09º | 0.91% | 0.38% | - |
| XYZ | 5.65 | 7.6 | 12.72 | - |
| YUV | 64.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 98 | 0.91 | 0.12 | 0 | 0.62 | 188.09 | 0.83 | 0.21 |
| Hex | 9 | 56 | 62 | 5B | C | 0 | 3E | BC | 53 | 15 |
| Octal | 11 | 126 | 142 | 133 | 14 | 0 | 76 | 274 | 123 | 25 |
| Binary | 1001 | 1010110 | 1100010 | 1011011 | 1100 | 0 | 111110 | 10111100 | 1010011 | 10101 |
Color Harmonies of #095662
Complementary color
Monochromatic Colors of #095662
Black with #095662
Text Example
Text Example
White with #095662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095662; }
p { color: rgb(9,86,98); }
H1.HeaderClassName
{
color: #095662;
}
.AnyTagClassName
{
color: #095662;
}
</style>
background-color css
<style>
a { background-color: #095662; }
a { background-color: rgb(9,86,98); }
div.DivClassName
{
background-color: #095662;
}
.BgClassName
{
background-color: #095662;
}
</style>
border-color css
<style>
span { border-color: #095662; }
span { border-color: rgb(9,86,98); }
td.TdClassName
{
border-color: #095662;
}
.TagClassName
{
border-color: #095662;
}
</style>