#116273

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

Shades of Blue Lagoon #116273

Tints of Blue Lagoon #116273

Color information

#116273 (or 0x116273) is unknown color: approx Blue Lagoon. HEX triplet: 11, 62 and 73. RGB value is (17,98,115). Sum of RGB (Red+Green+Blue) = 17+98+115=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #116273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116273 is #EE9D8C. Grayscale: #4B4B4B. Windows color (decimal): -15637901 or 7561745. OLE color: 7561745.

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

Color convert

RGB1798115-
CMYK0.850.1500.55
HSL190.41º74.24%25.88%-
HSV(B)190.41º85.22%45.1%-
XYZ7.6910.0917.76-
YUV75.72150.1686.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 115 (45.31% from 255) = 50%
R=7.39%
G=42.61%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17981150.850.1500.55190.4174.2425.88
Hex11627355F037be4a1a
Octal211421631251706727611232
Binary100011100010111001110101011111011011110111110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116273; }

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

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

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

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

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

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

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

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