#145B6D

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

Shades of Blue Lagoon #145B6D

Tints of Blue Lagoon #145B6D

Color information

#145B6D (or 0x145B6D) is unknown color: approx Blue Lagoon. HEX triplet: 14, 5B and 6D. RGB value is (20,91,109). Sum of RGB (Red+Green+Blue) = 20+91+109=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #145B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B6D is #EBA492. Grayscale: #474747. Windows color (decimal): -15443091 or 7166740. OLE color: 7166740.

HSL color Cylindrical-coordinate representation of color #145B6D: hue angle of 192.13º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145B6D is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2091109-
CMYK0.820.1700.57
HSL192.13º68.99%25.29%-
HSV(B)192.13º81.65%42.75%-
XYZ6.798.7415.8-
YUV71.82148.9891.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=9.09%
G=41.36%
B=49.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20911090.820.1700.57192.1368.9925.29
Hex145B6D5211039c04519
Octal241331551222107130010531
Binary1010010110111101101101001010001011100111000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145B6D; }

 p { color: rgb(20,91,109); }

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

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

 a { background-color: rgb(20,91,109); }

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

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

 span { border-color: rgb(20,91,109); }

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