#145374

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

Shades of Orient #145374

Tints of Orient #145374

Color information

#145374 (or 0x145374) is unknown color: approx Orient. HEX triplet: 14, 53 and 74. RGB value is (20,83,116). Sum of RGB (Red+Green+Blue) = 20+83+116=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #145374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145374 is #EBAC8B. Grayscale: #434343. Windows color (decimal): -15445132 or 7623444. OLE color: 7623444.

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

Color convert

RGB2083116-
CMYK0.830.2800.55
HSL200.62º70.59%26.67%-
HSV(B)200.62º82.76%45.49%-
XYZ6.537.617.64-
YUV67.92155.1393.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=9.13%
G=37.90%
B=52.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20831160.830.2800.55200.6270.5926.67
Hex145374531C037c9471b
Octal241231641233406731110733
Binary1010010100111110100101001111100011011111001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145374; }

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

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

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

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

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

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

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

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