#116174

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

Shades of Blue Lagoon #116174

Tints of Blue Lagoon #116174

Color information

#116174 (or 0x116174) is unknown color: approx Blue Lagoon. HEX triplet: 11, 61 and 74. RGB value is (17,97,116). Sum of RGB (Red+Green+Blue) = 17+97+116=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #116174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116174 is #EE9E8B. Grayscale: #4B4B4B. Windows color (decimal): -15638156 or 7627025. OLE color: 7627025.

HSL color Cylindrical-coordinate representation of color #116174: hue angle of 191.52º 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 #116174 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1797116-
CMYK0.850.1600.55
HSL191.52º74.44%26.08%-
HSV(B)191.52º85.34%45.49%-
XYZ7.669.9318.04-
YUV75.2515186.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=7.39%
G=42.17%
B=50.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17971160.850.1600.55191.5274.4426.08
Hex1161745510037c04a1a
Octal211411641252006730011232
Binary1000111000011110100101010110000011011111000000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116174; }

 p { color: rgb(17,97,116); }

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

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

 a { background-color: rgb(17,97,116); }

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

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

 span { border-color: rgb(17,97,116); }

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