Shades of Blue Lagoon #095B7D
Tints of Blue Lagoon #095B7D
RGB
CMYK
RGB Variations
Color information
#095B7D (or 0x095B7D) is known color: Blue Lagoon. HEX triplet: 09, 5B and 7D. RGB value is (9,91,125). Sum of RGB (Red+Green+Blue) = 9+91+125=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #095B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B7D is #F6A482. Grayscale: #464646. Windows color (decimal): -16163971 or 8215305. OLE color: 8215305.
HSL color Cylindrical-coordinate representation of color #095B7D: hue angle of 197.59º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095B7D is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 91 | 125 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.51 |
| HSL | 197.59º | 0.87% | 0.26% | - |
| HSV(B) | 197.59º | 0.93% | 0.49% | - |
| XYZ | 7.56 | 9.02 | 20.75 | - |
| YUV | 70.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 125 | 0.93 | 0.27 | 0 | 0.51 | 197.59 | 0.87 | 0.26 |
| Hex | 9 | 5B | 7D | 5D | 1B | 0 | 33 | C6 | 57 | 1A |
| Octal | 11 | 133 | 175 | 135 | 33 | 0 | 63 | 306 | 127 | 32 |
| Binary | 1001 | 1011011 | 1111101 | 1011101 | 11011 | 0 | 110011 | 11000110 | 1010111 | 11010 |
Color Harmonies of #095B7D
Complementary color
Monochromatic Colors of #095B7D
Black with #095B7D
Text Example
Text Example
White with #095B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B7D; }
p { color: rgb(9,91,125); }
H1.HeaderClassName
{
color: #095B7D;
}
.AnyTagClassName
{
color: #095B7D;
}
</style>
background-color css
<style>
a { background-color: #095B7D; }
a { background-color: rgb(9,91,125); }
div.DivClassName
{
background-color: #095B7D;
}
.BgClassName
{
background-color: #095B7D;
}
</style>
border-color css
<style>
span { border-color: #095B7D; }
span { border-color: rgb(9,91,125); }
td.TdClassName
{
border-color: #095B7D;
}
.TagClassName
{
border-color: #095B7D;
}
</style>