#145B6E

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

Shades of Orient #145B6E

Tints of Orient #145B6E

Color information

#145B6E (or 0x145B6E) is unknown color: approx Orient. HEX triplet: 14, 5B and 6E. RGB value is (20,91,110). Sum of RGB (Red+Green+Blue) = 20+91+110=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #145B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B6E is #EBA491. Grayscale: #474747. Windows color (decimal): -15443090 or 7232276. OLE color: 7232276.

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

Color convert

RGB2091110-
CMYK0.820.1700.57
HSL192.67º69.23%25.49%-
HSV(B)192.67º81.82%43.14%-
XYZ6.848.7616.08-
YUV71.94149.4890.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=9.05%
G=41.18%
B=49.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20911100.820.1700.57192.6769.2325.49
Hex145B6E5211039c14519
Octal241331561222107130110531
Binary1010010110111101110101001010001011100111000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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