Html Css Color HEX #1E5473 Orient

📋 copy color: '#1E5473'

red 30 ◦ green 84 ◦ blue 115

#1E5473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #1E5473

Tints of Orient #1E5473

RGB

 RED value IS 30 (12.11% from 255) = 13.1%

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 13.1%
G = 36.68%
B = 50.22%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E5473 (or 0x1E5473) is known color: Orient. HEX triplet: 1E, 54 and 73. RGB value is (30,84,115). Sum of RGB (Red+Green+Blue) = 30+84+115=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5473 is #E1AB8C. Grayscale: #474747. Windows color (decimal): -14789517 or 7558174. OLE color: 7558174.

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

Color convert

RGB 30 84 115 -
CMYK 0.74 0.27 0 0.55
HSL 201.88º 0.59% 0.28% -
HSV(B) 201.88º 0.74% 0.45% -
XYZ 6.8 7.85 17.38 -
YUV 71.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 30 84 115 0.74 0.27 0 0.55 201.88 0.59 0.28
Hex 1E 54 73 4A 1B 0 37 CA 3B 1C
Octal 36 124 163 112 33 0 67 312 73 34
Binary 11110 1010100 1110011 1001010 11011 0 110111 11001010 111011 11100

Color Harmonies of #1E5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5473

Black with #1E5473

Text Example


Text Example

White with #1E5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5473;
 }
 .AnyTagClassName
 {
   color: #1E5473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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