#1E5478

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

Shades of Orient #1E5478

Tints of Orient #1E5478

Color information

#1E5478 (or 0x1E5478) is unknown color: approx Orient. HEX triplet: 1E, 54 and 78. RGB value is (30,84,120). Sum of RGB (Red+Green+Blue) = 30+84+120=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5478 is #E1AB87. Grayscale: #474747. Windows color (decimal): -14789512 or 7885854. OLE color: 7885854.

HSL color Cylindrical-coordinate representation of color #1E5478: hue angle of 204º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5478 is Cyan = 0.75, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3084120-
CMYK0.750.300.53
HSL204º60%29.41%-
HSV(B)204º75%47.06%-
XYZ7.17.9718.93-
YUV71.96155.1198.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=12.82%
G=35.90%
B=51.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30841200.750.300.532046029.41
Hex1E54784B1E035cc3c1d
Octal36124170113360653147435
Binary111101010100111100010010111111001101011100110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,84,120); }

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

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

 a { background-color: rgb(30,84,120); }

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

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

 span { border-color: rgb(30,84,120); }

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