#116972

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

Shades of Blue Lagoon #116972

Tints of Blue Lagoon #116972

Color information

#116972 (or 0x116972) is unknown color: approx Blue Lagoon. HEX triplet: 11, 69 and 72. RGB value is (17,105,114). Sum of RGB (Red+Green+Blue) = 17+105+114=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #116972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116972 is #EE968D. Grayscale: #4F4F4F. Windows color (decimal): -15636110 or 7498001. OLE color: 7498001.

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

Color convert

RGB17105114-
CMYK0.850.0800.55
HSL185.57º74.05%25.69%-
HSV(B)185.57º85.09%44.71%-
XYZ8.3211.4417.69-
YUV79.71147.3583.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=7.20%
G=44.49%
B=48.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171051140.850.0800.55185.5774.0525.69
Hex116972558037ba4a1a
Octal211511621251006727211232
Binary100011101001111001010101011000011011110111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116972; }

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

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

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

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

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

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

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

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