Html Css Color HEX #1D22AD Egyptian Blue

📋 copy color: '#1D22AD'

red 29 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1D22AD

Tints of Egyptian Blue #1D22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 173 (67.97% from 255) = 73.31%

R = 12.29%
G = 14.41%
B = 73.31%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D22AD (or 0x1D22AD) is known color: Egyptian Blue. HEX triplet: 1D, 22 and AD. RGB value is (29,34,173). Sum of RGB (Red+Green+Blue) = 29+34+173=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D22AD is #E2DD52. Grayscale: #2F2F2F. Windows color (decimal): -14867795 or 11346461. OLE color: 11346461.

HSL color Cylindrical-coordinate representation of color #1D22AD: hue angle of 237.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D22AD is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 34 173 -
CMYK 0.83 0.80 0 0.32
HSL 237.92º 0.71% 0.4% -
HSV(B) 237.92º 0.83% 0.68% -
XYZ 8.62 4.42 39.93 -
YUV 48.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 29 34 173 0.83 0.80 0 0.32 237.92 0.71 0.4
Hex 1D 22 AD 53 50 0 20 EE 47 28
Octal 35 42 255 123 120 0 40 356 107 50
Binary 11101 100010 10101101 1010011 1010000 0 100000 11101110 1000111 101000

Color Harmonies of #1D22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D22AD

Black with #1D22AD

Text Example


Text Example

White with #1D22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,34,173); }

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

background-color css

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

 a { background-color: rgb(29,34,173); }

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

border-color css

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

 span { border-color: rgb(29,34,173); }

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