#145C6F

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

Shades of Orient #145C6F

Tints of Orient #145C6F

Color information

#145C6F (or 0x145C6F) is unknown color: approx Orient. HEX triplet: 14, 5C and 6F. RGB value is (20,92,111). Sum of RGB (Red+Green+Blue) = 20+92+111=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #145C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6F is #EBA390. Grayscale: #484848. Windows color (decimal): -15442833 or 7298068. OLE color: 7298068.

HSL color Cylindrical-coordinate representation of color #145C6F: hue angle of 192.53º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145C6F is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2092111-
CMYK0.820.1700.56
HSL192.53º69.47%25.69%-
HSV(B)192.53º81.98%43.53%-
XYZ6.988.9516.4-
YUV72.64149.6590.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=8.97%
G=41.26%
B=49.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20921110.820.1700.56192.5369.4725.69
Hex145C6F5211038c1451a
Octal241341571222107030110532
Binary1010010111001101111101001010001011100011000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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