#116573

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

Shades of Blue Lagoon #116573

Tints of Blue Lagoon #116573

Color information

#116573 (or 0x116573) is unknown color: approx Blue Lagoon. HEX triplet: 11, 65 and 73. RGB value is (17,101,115). Sum of RGB (Red+Green+Blue) = 17+101+115=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #116573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116573 is #EE9A8C. Grayscale: #4D4D4D. Windows color (decimal): -15637133 or 7562513. OLE color: 7562513.

HSL color Cylindrical-coordinate representation of color #116573: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116573 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB17101115-
CMYK0.850.1200.55
HSL188.57º74.24%25.88%-
HSV(B)188.57º85.22%45.1%-
XYZ7.9810.6617.86-
YUV77.48149.1784.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=7.30%
G=43.35%
B=49.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171011150.850.1200.55188.5774.2425.88
Hex11657355C037bd4a1a
Octal211451631251406727511232
Binary100011100101111001110101011100011011110111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116573; }

 p { color: rgb(17,101,115); }

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

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

 a { background-color: rgb(17,101,115); }

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

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

 span { border-color: rgb(17,101,115); }

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