Shades of Blue Lagoon #095A70
Tints of Blue Lagoon #095A70
RGB
CMYK
RGB Variations
Color information
#095A70 (or 0x095A70) is known color: Blue Lagoon. HEX triplet: 09, 5A and 70. RGB value is (9,90,112). Sum of RGB (Red+Green+Blue) = 9+90+112=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #095A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A70 is #F6A58F. Grayscale: #444444. Windows color (decimal): -16164240 or 7363081. OLE color: 7363081.
HSL color Cylindrical-coordinate representation of color #095A70: hue angle of 192.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095A70 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 90 | 112 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.56 |
| HSL | 192.82º | 0.85% | 0.24% | - |
| HSV(B) | 192.82º | 0.92% | 0.44% | - |
| XYZ | 6.69 | 8.54 | 16.62 | - |
| YUV | 68.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 112 | 0.92 | 0.20 | 0 | 0.56 | 192.82 | 0.85 | 0.24 |
| Hex | 9 | 5A | 70 | 5C | 14 | 0 | 38 | C1 | 55 | 18 |
| Octal | 11 | 132 | 160 | 134 | 24 | 0 | 70 | 301 | 125 | 30 |
| Binary | 1001 | 1011010 | 1110000 | 1011100 | 10100 | 0 | 111000 | 11000001 | 1010101 | 11000 |
Color Harmonies of #095A70
Complementary color
Monochromatic Colors of #095A70
Black with #095A70
Text Example
Text Example
White with #095A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A70; }
p { color: rgb(9,90,112); }
H1.HeaderClassName
{
color: #095A70;
}
.AnyTagClassName
{
color: #095A70;
}
</style>
background-color css
<style>
a { background-color: #095A70; }
a { background-color: rgb(9,90,112); }
div.DivClassName
{
background-color: #095A70;
}
.BgClassName
{
background-color: #095A70;
}
</style>
border-color css
<style>
span { border-color: #095A70; }
span { border-color: rgb(9,90,112); }
td.TdClassName
{
border-color: #095A70;
}
.TagClassName
{
border-color: #095A70;
}
</style>