Html Css Color HEX #1D429E Egyptian Blue

📋 copy color: '#1D429E'

red 29 ◦ green 66 ◦ blue 158

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

Shades of Egyptian Blue #1D429E

Tints of Egyptian Blue #1D429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 11.46%
G = 26.09%
B = 62.45%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D429E (or 0x1D429E) is known color: Egyptian Blue. HEX triplet: 1D, 42 and 9E. RGB value is (29,66,158). Sum of RGB (Red+Green+Blue) = 29+66+158=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D429E is #E2BD61. Grayscale: #414141. Windows color (decimal): -14859618 or 10371613. OLE color: 10371613.

HSL color Cylindrical-coordinate representation of color #1D429E: hue angle of 222.79º 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 #1D429E is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 66 158 -
CMYK 0.82 0.58 0 0.38
HSL 222.79º 0.69% 0.37% -
HSV(B) 222.79º 0.82% 0.62% -
XYZ 8.63 6.63 33.17 -
YUV 65.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 29 66 158 0.82 0.58 0 0.38 222.79 0.69 0.37
Hex 1D 42 9E 52 3A 0 26 DF 45 25
Octal 35 102 236 122 72 0 46 337 105 45
Binary 11101 1000010 10011110 1010010 111010 0 100110 11011111 1000101 100101

Color Harmonies of #1D429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D429E

Black with #1D429E

Text Example


Text Example

White with #1D429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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