Shades of Blue Lagoon #095E7D
Tints of Blue Lagoon #095E7D
RGB
CMYK
RGB Variations
Color information
#095E7D (or 0x095E7D) is known color: Blue Lagoon. HEX triplet: 09, 5E and 7D. RGB value is (9,94,125). Sum of RGB (Red+Green+Blue) = 9+94+125=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #095E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E7D is #F6A182. Grayscale: #474747. Windows color (decimal): -16163203 or 8216073. OLE color: 8216073.
HSL color Cylindrical-coordinate representation of color #095E7D: hue angle of 196.03º 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 #095E7D is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 9 | 94 | 125 | - |
CMYK | 0.93 | 0.25 | 0 | 0.51 |
HSL | 196.03º | 0.87% | 0.26% | - |
HSV(B) | 196.03º | 0.93% | 0.49% | - |
XYZ | 7.82 | 9.54 | 20.83 | - |
YUV | 72.12 | 157.84 | 82.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 94 | 125 | 0.93 | 0.25 | 0 | 0.51 | 196.03 | 0.87 | 0.26 |
Hex | 9 | 5E | 7D | 5D | 19 | 0 | 33 | C4 | 57 | 1A |
Octal | 11 | 136 | 175 | 135 | 31 | 0 | 63 | 304 | 127 | 32 |
Binary | 1001 | 1011110 | 1111101 | 1011101 | 11001 | 0 | 110011 | 11000100 | 1010111 | 11010 |
Color Harmonies of #095E7D
Complementary color
Monochromatic Colors of #095E7D
Black with #095E7D
Text Example
Text Example
White with #095E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E7D; }
p { color: rgb(9,94,125); }
H1.HeaderClassName
{
color: #095E7D;
}
.AnyTagClassName
{
color: #095E7D;
}
</style>
background-color css
<style>
a { background-color: #095E7D; }
a { background-color: rgb(9,94,125); }
div.DivClassName
{
background-color: #095E7D;
}
.BgClassName
{
background-color: #095E7D;
}
</style>
border-color css
<style>
span { border-color: #095E7D; }
span { border-color: rgb(9,94,125); }
td.TdClassName
{
border-color: #095E7D;
}
.TagClassName
{
border-color: #095E7D;
}
</style>