#145C7D

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

Shades of Orient #145C7D

Tints of Orient #145C7D

Color information

#145C7D (or 0x145C7D) is unknown color: approx Orient. HEX triplet: 14, 5C and 7D. RGB value is (20,92,125). Sum of RGB (Red+Green+Blue) = 20+92+125=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #145C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C7D is #EBA382. Grayscale: #4A4A4A. Windows color (decimal): -15442819 or 8215572. OLE color: 8215572.

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

Color convert

RGB2092125-
CMYK0.840.2600.51
HSL198.86º72.41%28.43%-
HSV(B)198.86º84%49.02%-
XYZ7.829.2820.78-
YUV74.23156.6589.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.44%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=8.44%
G=38.82%
B=52.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20921250.840.2600.51198.8672.4128.43
Hex145C7D541A033c7481c
Octal241341751243206330711034
Binary1010010111001111101101010011010011001111000111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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