#145E7D

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

Shades of Allports #145E7D

Tints of Allports #145E7D

Color information

#145E7D (or 0x145E7D) is unknown color: approx Allports. HEX triplet: 14, 5E and 7D. RGB value is (20,94,125). Sum of RGB (Red+Green+Blue) = 20+94+125=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #145E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E7D is #EBA182. Grayscale: #4B4B4B. Windows color (decimal): -15442307 or 8216084. OLE color: 8216084.

HSL color Cylindrical-coordinate representation of color #145E7D: hue angle of 197.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145E7D is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2094125-
CMYK0.840.2500.51
HSL197.71º72.41%28.43%-
HSV(B)197.71º84%49.02%-
XYZ7.999.6320.84-
YUV75.41155.9888.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=8.37%
G=39.33%
B=52.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20941250.840.2500.51197.7172.4128.43
Hex145E7D5419033c6481c
Octal241361751243106330611034
Binary1010010111101111101101010011001011001111000110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,94,125); }

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

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

 a { background-color: rgb(20,94,125); }

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

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

 span { border-color: rgb(20,94,125); }

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