#116973

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

Shades of Blue Lagoon #116973

Tints of Blue Lagoon #116973

Color information

#116973 (or 0x116973) is unknown color: approx Blue Lagoon. HEX triplet: 11, 69 and 73. RGB value is (17,105,115). Sum of RGB (Red+Green+Blue) = 17+105+115=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #116973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116973 is #EE968C. Grayscale: #4F4F4F. Windows color (decimal): -15636109 or 7563537. OLE color: 7563537.

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

Color convert

RGB17105115-
CMYK0.850.0900.55
HSL186.12º74.24%25.88%-
HSV(B)186.12º85.22%45.1%-
XYZ8.3811.4617.99-
YUV79.83147.8583.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=7.17%
G=44.30%
B=48.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171051150.850.0900.55186.1274.2425.88
Hex116973559037ba4a1a
Octal211511631251106727211232
Binary100011101001111001110101011001011011110111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116973; }

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

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

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

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

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

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

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

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