#1E5973

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

Shades of Orient #1E5973

Tints of Orient #1E5973

Color information

#1E5973 (or 0x1E5973) is unknown color: approx Orient. HEX triplet: 1E, 59 and 73. RGB value is (30,89,115). Sum of RGB (Red+Green+Blue) = 30+89+115=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5973 is #E1A68C. Grayscale: #4A4A4A. Windows color (decimal): -14788237 or 7559454. OLE color: 7559454.

HSL color Cylindrical-coordinate representation of color #1E5973: hue angle of 198.35º 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 #1E5973 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3089115-
CMYK0.740.2300.55
HSL198.35º58.62%28.43%-
HSV(B)198.35º73.91%45.1%-
XYZ7.28.6617.51-
YUV74.32150.9596.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=12.82%
G=38.03%
B=49.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30891150.740.2300.55198.3558.6228.43
Hex1E59734A17037c63b1c
Octal36131163112270673067334
Binary111101011001111001110010101011101101111100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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