#145D7C

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

Shades of Orient #145D7C

Tints of Orient #145D7C

Color information

#145D7C (or 0x145D7C) is unknown color: approx Orient. HEX triplet: 14, 5D and 7C. RGB value is (20,93,124). Sum of RGB (Red+Green+Blue) = 20+93+124=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #145D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D7C is #EBA283. Grayscale: #4A4A4A. Windows color (decimal): -15442564 or 8150292. OLE color: 8150292.

HSL color Cylindrical-coordinate representation of color #145D7C: hue angle of 197.88º 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 #145D7C is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2093124-
CMYK0.840.2500.51
HSL197.88º72.22%28.24%-
HSV(B)197.88º83.87%48.63%-
XYZ7.849.4320.48-
YUV74.71155.8288.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.44%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=8.44%
G=39.24%
B=52.32%

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
Decimal20931240.840.2500.51197.8872.2228.24
Hex145D7C5419033c6481c
Octal241351741243106330611034
Binary1010010111011111100101010011001011001111000110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,93,124); }

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

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

 a { background-color: rgb(20,93,124); }

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

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

 span { border-color: rgb(20,93,124); }

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