Html Css Color HEX #1E29AB Egyptian Blue

📋 copy color: '#1E29AB'

red 30 ◦ green 41 ◦ blue 171

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

Shades of Egyptian Blue #1E29AB

Tints of Egyptian Blue #1E29AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 12.4%
G = 16.94%
B = 70.66%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E29AB (or 0x1E29AB) is known color: Egyptian Blue. HEX triplet: 1E, 29 and AB. RGB value is (30,41,171). Sum of RGB (Red+Green+Blue) = 30+41+171=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E29AB is #E1D654. Grayscale: #343434. Windows color (decimal): -14800469 or 11217182. OLE color: 11217182.

HSL color Cylindrical-coordinate representation of color #1E29AB: hue angle of 235.32º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E29AB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 41 171 -
CMYK 0.82 0.76 0 0.33
HSL 235.32º 0.7% 0.39% -
HSV(B) 235.32º 0.82% 0.67% -
XYZ 8.68 4.8 39 -
YUV 52.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 30 41 171 0.82 0.76 0 0.33 235.32 0.7 0.39
Hex 1E 29 AB 52 4C 0 21 EB 46 27
Octal 36 51 253 122 114 0 41 353 106 47
Binary 11110 101001 10101011 1010010 1001100 0 100001 11101011 1000110 100111

Color Harmonies of #1E29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E29AB

Black with #1E29AB

Text Example


Text Example

White with #1E29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,41,171); }

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

background-color css

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

 a { background-color: rgb(30,41,171); }

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

border-color css

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

 span { border-color: rgb(30,41,171); }

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