#14596B

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

Shades of Blue Lagoon #14596B

Tints of Blue Lagoon #14596B

Color information

#14596B (or 0x14596B) is unknown color: approx Blue Lagoon. HEX triplet: 14, 59 and 6B. RGB value is (20,89,107). Sum of RGB (Red+Green+Blue) = 20+89+107=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #14596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14596B is #EBA694. Grayscale: #464646. Windows color (decimal): -15443605 or 7035156. OLE color: 7035156.

HSL color Cylindrical-coordinate representation of color #14596B: hue angle of 192.41º degrees, saturation: 0.69, 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 #14596B is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2089107-
CMYK0.810.1700.58
HSL192.41º68.5%24.9%-
HSV(B)192.41º81.31%41.96%-
XYZ6.518.3615.18-
YUV70.42148.6492.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=9.26%
G=41.20%
B=49.54%

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
Decimal20891070.810.1700.58192.4168.524.9
Hex14596B511103Ac04519
Octal241311531212107230010531
Binary1010010110011101011101000110001011101011000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14596B; }

 p { color: rgb(20,89,107); }

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

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

 a { background-color: rgb(20,89,107); }

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

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

 span { border-color: rgb(20,89,107); }

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