Shades of Blue Lagoon #095F7B
Tints of Blue Lagoon #095F7B
RGB
CMYK
RGB Variations
Color information
#095F7B (or 0x095F7B) is known color: Blue Lagoon. HEX triplet: 09, 5F and 7B. RGB value is (9,95,123). Sum of RGB (Red+Green+Blue) = 9+95+123=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #095F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F7B is #F6A084. Grayscale: #484848. Windows color (decimal): -16162949 or 8085257. OLE color: 8085257.
HSL color Cylindrical-coordinate representation of color #095F7B: hue angle of 194.74º 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 #095F7B is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 95 | 123 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.52 |
| HSL | 194.74º | 0.86% | 0.26% | - |
| HSV(B) | 194.74º | 0.93% | 0.48% | - |
| XYZ | 7.78 | 9.67 | 20.2 | - |
| YUV | 72.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 123 | 0.93 | 0.23 | 0 | 0.52 | 194.74 | 0.86 | 0.26 |
| Hex | 9 | 5F | 7B | 5D | 17 | 0 | 34 | C3 | 56 | 1A |
| Octal | 11 | 137 | 173 | 135 | 27 | 0 | 64 | 303 | 126 | 32 |
| Binary | 1001 | 1011111 | 1111011 | 1011101 | 10111 | 0 | 110100 | 11000011 | 1010110 | 11010 |
Color Harmonies of #095F7B
Complementary color
Monochromatic Colors of #095F7B
Black with #095F7B
Text Example
Text Example
White with #095F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F7B; }
p { color: rgb(9,95,123); }
H1.HeaderClassName
{
color: #095F7B;
}
.AnyTagClassName
{
color: #095F7B;
}
</style>
background-color css
<style>
a { background-color: #095F7B; }
a { background-color: rgb(9,95,123); }
div.DivClassName
{
background-color: #095F7B;
}
.BgClassName
{
background-color: #095F7B;
}
</style>
border-color css
<style>
span { border-color: #095F7B; }
span { border-color: rgb(9,95,123); }
td.TdClassName
{
border-color: #095F7B;
}
.TagClassName
{
border-color: #095F7B;
}
</style>