#145372

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

Shades of Orient #145372

Tints of Orient #145372

Color information

#145372 (or 0x145372) is unknown color: approx Orient. HEX triplet: 14, 53 and 72. RGB value is (20,83,114). Sum of RGB (Red+Green+Blue) = 20+83+114=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #145372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145372 is #EBAC8D. Grayscale: #434343. Windows color (decimal): -15445134 or 7492372. OLE color: 7492372.

HSL color Cylindrical-coordinate representation of color #145372: hue angle of 199.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145372 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2083114-
CMYK0.820.2700.55
HSL199.79º70.15%26.27%-
HSV(B)199.79º82.46%44.71%-
XYZ6.427.5517.04-
YUV67.7154.1393.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=9.22%
G=38.25%
B=52.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20831140.820.2700.55199.7970.1526.27
Hex145372521B037c8461a
Octal241231621223306731010632
Binary1010010100111110010101001011011011011111001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145372; }

 p { color: rgb(20,83,114); }

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

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

 a { background-color: rgb(20,83,114); }

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

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

 span { border-color: rgb(20,83,114); }

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