#14586A

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

Shades of Blue Lagoon #14586A

Tints of Blue Lagoon #14586A

Color information

#14586A (or 0x14586A) is unknown color: approx Blue Lagoon. HEX triplet: 14, 58 and 6A. RGB value is (20,88,106). Sum of RGB (Red+Green+Blue) = 20+88+106=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #14586A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14586A is #EBA795. Grayscale: #454545. Windows color (decimal): -15443862 or 6969364. OLE color: 6969364.

HSL color Cylindrical-coordinate representation of color #14586A: hue angle of 192.56º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14586A is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2088106-
CMYK0.810.1700.58
HSL192.56º68.25%24.71%-
HSV(B)192.56º81.13%41.57%-
XYZ6.388.1714.88-
YUV69.72148.4792.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=9.35%
G=41.12%
B=49.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20881060.810.1700.58192.5668.2524.71
Hex14586A511103Ac14419
Octal241301521212107230110431
Binary1010010110001101010101000110001011101011000001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14586A; }

 p { color: rgb(20,88,106); }

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

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

 a { background-color: rgb(20,88,106); }

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

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

 span { border-color: rgb(20,88,106); }

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