Html Css Color HEX #1E4D71 Orient

📋 copy color: '#1E4D71'

red 30 ◦ green 77 ◦ blue 113

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

Shades of Orient #1E4D71

Tints of Orient #1E4D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 13.64%
G = 35%
B = 51.36%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E4D71 (or 0x1E4D71) is known color: Orient. HEX triplet: 1E, 4D and 71. RGB value is (30,77,113). Sum of RGB (Red+Green+Blue) = 30+77+113=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D71 is #E1B28E. Grayscale: #424242. Windows color (decimal): -14791311 or 7425310. OLE color: 7425310.

HSL color Cylindrical-coordinate representation of color #1E4D71: hue angle of 206.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4D71 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 77 113 -
CMYK 0.73 0.32 0 0.56
HSL 206.02º 0.58% 0.28% -
HSV(B) 206.02º 0.73% 0.44% -
XYZ 6.17 6.78 16.61 -
YUV 67.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 30 77 113 0.73 0.32 0 0.56 206.02 0.58 0.28
Hex 1E 4D 71 49 20 0 38 CE 3A 1C
Octal 36 115 161 111 40 0 70 316 72 34
Binary 11110 1001101 1110001 1001001 100000 0 111000 11001110 111010 11100

Color Harmonies of #1E4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4D71

Black with #1E4D71

Text Example


Text Example

White with #1E4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,77,113); }

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

background-color css

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

 a { background-color: rgb(30,77,113); }

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

border-color css

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

 span { border-color: rgb(30,77,113); }

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