Shades of Blue Lagoon #095474
Tints of Blue Lagoon #095474
RGB
CMYK
RGB Variations
Color information
#095474 (or 0x095474) is known color: Blue Lagoon. HEX triplet: 09, 54 and 74. RGB value is (9,84,116). Sum of RGB (Red+Green+Blue) = 9+84+116=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #095474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095474 is #F6AB8B. Grayscale: #414141. Windows color (decimal): -16165772 or 7623689. OLE color: 7623689.
HSL color Cylindrical-coordinate representation of color #095474: hue angle of 197.94º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095474 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 84 | 116 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.55 |
| HSL | 197.94º | 0.86% | 0.25% | - |
| HSV(B) | 197.94º | 0.92% | 0.45% | - |
| XYZ | 6.44 | 7.66 | 17.66 | - |
| YUV | 65.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 116 | 0.92 | 0.28 | 0 | 0.55 | 197.94 | 0.86 | 0.25 |
| Hex | 9 | 54 | 74 | 5C | 1C | 0 | 37 | C6 | 56 | 19 |
| Octal | 11 | 124 | 164 | 134 | 34 | 0 | 67 | 306 | 126 | 31 |
| Binary | 1001 | 1010100 | 1110100 | 1011100 | 11100 | 0 | 110111 | 11000110 | 1010110 | 11001 |
Color Harmonies of #095474
Complementary color
Monochromatic Colors of #095474
Black with #095474
Text Example
Text Example
White with #095474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095474; }
p { color: rgb(9,84,116); }
H1.HeaderClassName
{
color: #095474;
}
.AnyTagClassName
{
color: #095474;
}
</style>
background-color css
<style>
a { background-color: #095474; }
a { background-color: rgb(9,84,116); }
div.DivClassName
{
background-color: #095474;
}
.BgClassName
{
background-color: #095474;
}
</style>
border-color css
<style>
span { border-color: #095474; }
span { border-color: rgb(9,84,116); }
td.TdClassName
{
border-color: #095474;
}
.TagClassName
{
border-color: #095474;
}
</style>