Html Css Color HEX #1D419F Egyptian Blue

📋 copy color: '#1D419F'

red 29 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #1D419F

Tints of Egyptian Blue #1D419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 11.46%
G = 25.69%
B = 62.85%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D419F (or 0x1D419F) is known color: Egyptian Blue. HEX triplet: 1D, 41 and 9F. RGB value is (29,65,159). Sum of RGB (Red+Green+Blue) = 29+65+159=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D419F is #E2BE60. Grayscale: #404040. Windows color (decimal): -14859873 or 10436893. OLE color: 10436893.

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

Color convert

RGB 29 65 159 -
CMYK 0.82 0.59 0 0.38
HSL 223.38º 0.69% 0.37% -
HSV(B) 223.38º 0.82% 0.62% -
XYZ 8.66 6.55 33.61 -
YUV 64.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 29 65 159 0.82 0.59 0 0.38 223.38 0.69 0.37
Hex 1D 41 9F 52 3B 0 26 DF 45 25
Octal 35 101 237 122 73 0 46 337 105 45
Binary 11101 1000001 10011111 1010010 111011 0 100110 11011111 1000101 100101

Color Harmonies of #1D419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D419F

Black with #1D419F

Text Example


Text Example

White with #1D419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,159); }

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

background-color css

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

 a { background-color: rgb(29,65,159); }

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

border-color css

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

 span { border-color: rgb(29,65,159); }

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