#1E5877

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

Shades of Orient #1E5877

Tints of Orient #1E5877

Color information

#1E5877 (or 0x1E5877) is unknown color: approx Orient. HEX triplet: 1E, 58 and 77. RGB value is (30,88,119). Sum of RGB (Red+Green+Blue) = 30+88+119=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5877 is #E1A788. Grayscale: #4A4A4A. Windows color (decimal): -14788489 or 7821342. OLE color: 7821342.

HSL color Cylindrical-coordinate representation of color #1E5877: hue angle of 200.9º 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 #1E5877 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3088119-
CMYK0.750.2600.53
HSL200.9º59.73%29.22%-
HSV(B)200.9º74.79%46.67%-
XYZ7.358.5918.72-
YUV74.19153.2896.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=12.66%
G=37.13%
B=50.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30881190.750.2600.53200.959.7329.22
Hex1E58774B1A035c93c1d
Octal36130167113320653117435
Binary111101011000111011110010111101001101011100100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,88,119); }

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

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

 a { background-color: rgb(30,88,119); }

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

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

 span { border-color: rgb(30,88,119); }

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