#145473

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

Shades of Orient #145473

Tints of Orient #145473

Color information

#145473 (or 0x145473) is unknown color: approx Orient. HEX triplet: 14, 54 and 73. RGB value is (20,84,115). Sum of RGB (Red+Green+Blue) = 20+84+115=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #145473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145473 is #EBAB8C. Grayscale: #444444. Windows color (decimal): -15444877 or 7558164. OLE color: 7558164.

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

Color convert

RGB2084115-
CMYK0.830.2700.55
HSL199.58º70.37%26.47%-
HSV(B)199.58º82.61%45.1%-
XYZ6.557.7317.37-
YUV68.4154.393.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=9.13%
G=38.36%
B=52.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20841150.830.2700.55199.5870.3726.47
Hex145473531B037c8461a
Octal241241631233306731010632
Binary1010010101001110011101001111011011011111001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145473; }

 p { color: rgb(20,84,115); }

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

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

 a { background-color: rgb(20,84,115); }

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

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

 span { border-color: rgb(20,84,115); }

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