Html Css Color HEX #1D219E Egyptian Blue

📋 copy color: '#1D219E'

red 29 ◦ green 33 ◦ blue 158

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

Shades of Egyptian Blue #1D219E

Tints of Egyptian Blue #1D219E

RGB

 RED value IS 29 (11.72% from 255) = 13.18%

 GREEN value IS 33 (13.28% from 255) = 15%

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 13.18%
G = 15%
B = 71.82%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D219E (or 0x1D219E) is known color: Egyptian Blue. HEX triplet: 1D, 21 and 9E. RGB value is (29,33,158). Sum of RGB (Red+Green+Blue) = 29+33+158=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D219E is #E2DE61. Grayscale: #2D2D2D. Windows color (decimal): -14868066 or 10363165. OLE color: 10363165.

HSL color Cylindrical-coordinate representation of color #1D219E: hue angle of 238.14º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D219E is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 33 158 -
CMYK 0.82 0.79 0 0.38
HSL 238.14º 0.69% 0.37% -
HSV(B) 238.14º 0.82% 0.62% -
XYZ 7.22 3.82 32.7 -
YUV 46.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 29 33 158 0.82 0.79 0 0.38 238.14 0.69 0.37
Hex 1D 21 9E 52 4F 0 26 EE 45 25
Octal 35 41 236 122 117 0 46 356 105 45
Binary 11101 100001 10011110 1010010 1001111 0 100110 11101110 1000101 100101

Color Harmonies of #1D219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D219E

Black with #1D219E

Text Example


Text Example

White with #1D219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,33,158); }

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

background-color css

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

 a { background-color: rgb(29,33,158); }

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

border-color css

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

 span { border-color: rgb(29,33,158); }

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