#145C6B

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

Shades of Blue Lagoon #145C6B

Tints of Blue Lagoon #145C6B

Color information

#145C6B (or 0x145C6B) is unknown color: approx Blue Lagoon. HEX triplet: 14, 5C and 6B. RGB value is (20,92,107). Sum of RGB (Red+Green+Blue) = 20+92+107=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #145C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6B is #EBA394. Grayscale: #484848. Windows color (decimal): -15442837 or 7035924. OLE color: 7035924.

HSL color Cylindrical-coordinate representation of color #145C6B: hue angle of 190.34º 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 #145C6B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2092107-
CMYK0.810.1400.58
HSL190.34º68.5%24.9%-
HSV(B)190.34º81.31%41.96%-
XYZ6.778.8615.26-
YUV72.18147.6590.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=9.13%
G=42.01%
B=48.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20921070.810.1400.58190.3468.524.9
Hex145C6B51E03Abe4519
Octal241341531211607227610531
Binary101001011100110101110100011110011101010111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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