#1E4E73

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

Shades of Orient #1E4E73

Tints of Orient #1E4E73

Color information

#1E4E73 (or 0x1E4E73) is unknown color: approx Orient. HEX triplet: 1E, 4E and 73. RGB value is (30,78,115). Sum of RGB (Red+Green+Blue) = 30+78+115=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4E73 is #E1B18C. Grayscale: #434343. Windows color (decimal): -14791053 or 7556638. OLE color: 7556638.

HSL color Cylindrical-coordinate representation of color #1E4E73: hue angle of 206.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4E73 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3078115-
CMYK0.740.3200.55
HSL206.12º58.62%28.43%-
HSV(B)206.12º73.91%45.1%-
XYZ6.356.9617.23-
YUV67.87154.6100.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=13.45%
G=34.98%
B=51.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30781150.740.3200.55206.1258.6228.43
Hex1E4E734A20037ce3b1c
Octal36116163112400673167334
Binary1111010011101110011100101010000001101111100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4E73; }

 p { color: rgb(30,78,115); }

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

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

 a { background-color: rgb(30,78,115); }

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

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

 span { border-color: rgb(30,78,115); }

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