Shades of Blue Lagoon #095878
Tints of Blue Lagoon #095878
RGB
CMYK
RGB Variations
Color information
#095878 (or 0x095878) is known color: Blue Lagoon. HEX triplet: 09, 58 and 78. RGB value is (9,88,120). Sum of RGB (Red+Green+Blue) = 9+88+120=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #095878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095878 is #F6A787. Grayscale: #434343. Windows color (decimal): -16164744 or 7886857. OLE color: 7886857.
HSL color Cylindrical-coordinate representation of color #095878: hue angle of 197.3º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095878 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 88 | 120 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.53 |
| HSL | 197.3º | 0.86% | 0.25% | - |
| HSV(B) | 197.3º | 0.93% | 0.47% | - |
| XYZ | 6.99 | 8.39 | 19.02 | - |
| YUV | 68.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 120 | 0.92 | 0.27 | 0 | 0.53 | 197.3 | 0.86 | 0.25 |
| Hex | 9 | 58 | 78 | 5C | 1B | 0 | 35 | C5 | 56 | 19 |
| Octal | 11 | 130 | 170 | 134 | 33 | 0 | 65 | 305 | 126 | 31 |
| Binary | 1001 | 1011000 | 1111000 | 1011100 | 11011 | 0 | 110101 | 11000101 | 1010110 | 11001 |
Color Harmonies of #095878
Complementary color
Monochromatic Colors of #095878
Black with #095878
Text Example
Text Example
White with #095878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095878; }
p { color: rgb(9,88,120); }
H1.HeaderClassName
{
color: #095878;
}
.AnyTagClassName
{
color: #095878;
}
</style>
background-color css
<style>
a { background-color: #095878; }
a { background-color: rgb(9,88,120); }
div.DivClassName
{
background-color: #095878;
}
.BgClassName
{
background-color: #095878;
}
</style>
border-color css
<style>
span { border-color: #095878; }
span { border-color: rgb(9,88,120); }
td.TdClassName
{
border-color: #095878;
}
.TagClassName
{
border-color: #095878;
}
</style>