#145A6B

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

Shades of Blue Lagoon #145A6B

Tints of Blue Lagoon #145A6B

Color information

#145A6B (or 0x145A6B) is unknown color: approx Blue Lagoon. HEX triplet: 14, 5A and 6B. RGB value is (20,90,107). Sum of RGB (Red+Green+Blue) = 20+90+107=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #145A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A6B is #EBA594. Grayscale: #464646. Windows color (decimal): -15443349 or 7035412. OLE color: 7035412.

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

Color convert

RGB2090107-
CMYK0.810.1600.58
HSL191.72º68.5%24.9%-
HSV(B)191.72º81.31%41.96%-
XYZ6.68.5215.21-
YUV71.01148.3191.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=9.22%
G=41.47%
B=49.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20901070.810.1600.58191.7268.524.9
Hex145A6B511003Ac04519
Octal241321531212007230010531
Binary1010010110101101011101000110000011101011000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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