Shades of Blue Lagoon #095468
Tints of Blue Lagoon #095468
RGB
CMYK
RGB Variations
Color information
#095468 (or 0x095468) is known color: Blue Lagoon. HEX triplet: 09, 54 and 68. RGB value is (9,84,104). Sum of RGB (Red+Green+Blue) = 9+84+104=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #095468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095468 is #F6AB97. Grayscale: #3F3F3F. Windows color (decimal): -16165784 or 6837257. OLE color: 6837257.
HSL color Cylindrical-coordinate representation of color #095468: hue angle of 192.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095468 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 84 | 104 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.59 |
| HSL | 192.63º | 0.84% | 0.22% | - |
| HSV(B) | 192.63º | 0.91% | 0.41% | - |
| XYZ | 5.78 | 7.4 | 14.22 | - |
| YUV | 63.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 104 | 0.91 | 0.19 | 0 | 0.59 | 192.63 | 0.84 | 0.22 |
| Hex | 9 | 54 | 68 | 5B | 13 | 0 | 3B | C1 | 54 | 16 |
| Octal | 11 | 124 | 150 | 133 | 23 | 0 | 73 | 301 | 124 | 26 |
| Binary | 1001 | 1010100 | 1101000 | 1011011 | 10011 | 0 | 111011 | 11000001 | 1010100 | 10110 |
Color Harmonies of #095468
Complementary color
Monochromatic Colors of #095468
Black with #095468
Text Example
Text Example
White with #095468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095468; }
p { color: rgb(9,84,104); }
H1.HeaderClassName
{
color: #095468;
}
.AnyTagClassName
{
color: #095468;
}
</style>
background-color css
<style>
a { background-color: #095468; }
a { background-color: rgb(9,84,104); }
div.DivClassName
{
background-color: #095468;
}
.BgClassName
{
background-color: #095468;
}
</style>
border-color css
<style>
span { border-color: #095468; }
span { border-color: rgb(9,84,104); }
td.TdClassName
{
border-color: #095468;
}
.TagClassName
{
border-color: #095468;
}
</style>