Shades of Blue Lagoon #095769
Tints of Blue Lagoon #095769
RGB
CMYK
RGB Variations
Color information
#095769 (or 0x095769) is known color: Blue Lagoon. HEX triplet: 09, 57 and 69. RGB value is (9,87,105). Sum of RGB (Red+Green+Blue) = 9+87+105=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #095769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095769 is #F6A896. Grayscale: #414141. Windows color (decimal): -16165015 or 6903561. OLE color: 6903561.
HSL color Cylindrical-coordinate representation of color #095769: hue angle of 191.25º 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 #095769 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 87 | 105 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.59 |
| HSL | 191.25º | 0.84% | 0.22% | - |
| HSV(B) | 191.25º | 0.91% | 0.41% | - |
| XYZ | 6.07 | 7.89 | 14.57 | - |
| YUV | 65.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 105 | 0.91 | 0.17 | 0 | 0.59 | 191.25 | 0.84 | 0.22 |
| Hex | 9 | 57 | 69 | 5B | 11 | 0 | 3B | BF | 54 | 16 |
| Octal | 11 | 127 | 151 | 133 | 21 | 0 | 73 | 277 | 124 | 26 |
| Binary | 1001 | 1010111 | 1101001 | 1011011 | 10001 | 0 | 111011 | 10111111 | 1010100 | 10110 |
Color Harmonies of #095769
Complementary color
Monochromatic Colors of #095769
Black with #095769
Text Example
Text Example
White with #095769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095769; }
p { color: rgb(9,87,105); }
H1.HeaderClassName
{
color: #095769;
}
.AnyTagClassName
{
color: #095769;
}
</style>
background-color css
<style>
a { background-color: #095769; }
a { background-color: rgb(9,87,105); }
div.DivClassName
{
background-color: #095769;
}
.BgClassName
{
background-color: #095769;
}
</style>
border-color css
<style>
span { border-color: #095769; }
span { border-color: rgb(9,87,105); }
td.TdClassName
{
border-color: #095769;
}
.TagClassName
{
border-color: #095769;
}
</style>