#145C6E

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

Shades of Blue Lagoon #145C6E

Tints of Blue Lagoon #145C6E

Color information

#145C6E (or 0x145C6E) is unknown color: approx Blue Lagoon. HEX triplet: 14, 5C and 6E. RGB value is (20,92,110). Sum of RGB (Red+Green+Blue) = 20+92+110=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #145C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6E is #EBA391. Grayscale: #484848. Windows color (decimal): -15442834 or 7232532. OLE color: 7232532.

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

Color convert

RGB2092110-
CMYK0.820.1600.57
HSL192º69.23%25.49%-
HSV(B)192º81.82%43.14%-
XYZ6.938.9316.11-
YUV72.52149.1590.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=9.01%
G=41.44%
B=49.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20921100.820.1600.5719269.2325.49
Hex145C6E5210039c04519
Octal241341561222007130010531
Binary1010010111001101110101001010000011100111000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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