Shades of Blue Lagoon #095D7B
Tints of Blue Lagoon #095D7B
RGB
CMYK
RGB Variations
Color information
#095D7B (or 0x095D7B) is known color: Blue Lagoon. HEX triplet: 09, 5D and 7B. RGB value is (9,93,123). Sum of RGB (Red+Green+Blue) = 9+93+123=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #095D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D7B is #F6A284. Grayscale: #474747. Windows color (decimal): -16163461 or 8084745. OLE color: 8084745.
HSL color Cylindrical-coordinate representation of color #095D7B: hue angle of 195.79º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095D7B is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 93 | 123 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.52 |
| HSL | 195.79º | 0.86% | 0.26% | - |
| HSV(B) | 195.79º | 0.93% | 0.48% | - |
| XYZ | 7.6 | 9.32 | 20.14 | - |
| YUV | 71.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 123 | 0.93 | 0.24 | 0 | 0.52 | 195.79 | 0.86 | 0.26 |
| Hex | 9 | 5D | 7B | 5D | 18 | 0 | 34 | C4 | 56 | 1A |
| Octal | 11 | 135 | 173 | 135 | 30 | 0 | 64 | 304 | 126 | 32 |
| Binary | 1001 | 1011101 | 1111011 | 1011101 | 11000 | 0 | 110100 | 11000100 | 1010110 | 11010 |
Color Harmonies of #095D7B
Complementary color
Monochromatic Colors of #095D7B
Black with #095D7B
Text Example
Text Example
White with #095D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D7B; }
p { color: rgb(9,93,123); }
H1.HeaderClassName
{
color: #095D7B;
}
.AnyTagClassName
{
color: #095D7B;
}
</style>
background-color css
<style>
a { background-color: #095D7B; }
a { background-color: rgb(9,93,123); }
div.DivClassName
{
background-color: #095D7B;
}
.BgClassName
{
background-color: #095D7B;
}
</style>
border-color css
<style>
span { border-color: #095D7B; }
span { border-color: rgb(9,93,123); }
td.TdClassName
{
border-color: #095D7B;
}
.TagClassName
{
border-color: #095D7B;
}
</style>