#116271

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

Shades of Blue Lagoon #116271

Tints of Blue Lagoon #116271

Color information

#116271 (or 0x116271) is unknown color: approx Blue Lagoon. HEX triplet: 11, 62 and 71. RGB value is (17,98,113). Sum of RGB (Red+Green+Blue) = 17+98+113=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #116271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116271 is #EE9D8E. Grayscale: #4B4B4B. Windows color (decimal): -15637903 or 7430673. OLE color: 7430673.

HSL color Cylindrical-coordinate representation of color #116271: hue angle of 189.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116271 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1798113-
CMYK0.850.1300.56
HSL189.38º73.85%25.49%-
HSV(B)189.38º84.96%44.31%-
XYZ7.5810.0517.16-
YUV75.49149.1686.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=7.46%
G=42.98%
B=49.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17981130.850.1300.56189.3873.8525.49
Hex11627155D038bd4a19
Octal211421611251507027511231
Binary100011100010111000110101011101011100010111101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116271; }

 p { color: rgb(17,98,113); }

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

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

 a { background-color: rgb(17,98,113); }

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

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

 span { border-color: rgb(17,98,113); }

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