#115769

Color #115769 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #115769

Tints of Blue Lagoon #115769

Color information

#115769 (or 0x115769) is unknown color: approx Blue Lagoon. HEX triplet: 11, 57 and 69. RGB value is (17,87,105). Sum of RGB (Red+Green+Blue) = 17+87+105=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #115769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115769 is #EEA896. Grayscale: #434343. Windows color (decimal): -15640727 or 6903569. OLE color: 6903569.

HSL color Cylindrical-coordinate representation of color #115769: hue angle of 192.27º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115769 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1787105-
CMYK0.840.1700.59
HSL192.27º72.13%23.92%-
HSV(B)192.27º83.81%41.18%-
XYZ6.197.9614.57-
YUV68.12148.8191.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=8.13%
G=41.63%
B=50.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17871050.840.1700.59192.2772.1323.92
Hex115769541103Bc04818
Octal211271511242107330011030
Binary1000110101111101001101010010001011101111000000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115769; }

 p { color: rgb(17,87,105); }

 H1.HeaderClassName
 {
   color: #115769;
 }
 .AnyTagClassName
 {
   color: #115769;
 }
</style>
background-color css

<style>
 a { background-color: #115769; }

 a { background-color: rgb(17,87,105); }

 div.DivClassName
 {
   background-color: #115769;
 }
 .BgClassName
 {
   background-color: #115769;
 }
</style>
border-color css

<style>
 span { border-color: #115769; }

 span { border-color: rgb(17,87,105); }

 td.TdClassName
 {
   border-color: #115769;
 }
 .TagClassName
 {
   border-color: #115769;
 }
</style>