Html Css Color HEX #1D449B Egyptian Blue

📋 copy color: '#1D449B'

red 29 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #1D449B

Tints of Egyptian Blue #1D449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 11.51%
G = 26.98%
B = 61.51%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D449B (or 0x1D449B) is known color: Egyptian Blue. HEX triplet: 1D, 44 and 9B. RGB value is (29,68,155). Sum of RGB (Red+Green+Blue) = 29+68+155=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D449B is #E2BB64. Grayscale: #414141. Windows color (decimal): -14859109 or 10175517. OLE color: 10175517.

HSL color Cylindrical-coordinate representation of color #1D449B: hue angle of 221.43º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D449B is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 68 155 -
CMYK 0.81 0.56 0 0.39
HSL 221.43º 0.68% 0.36% -
HSV(B) 221.43º 0.81% 0.61% -
XYZ 8.49 6.76 31.87 -
YUV 66.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 29 68 155 0.81 0.56 0 0.39 221.43 0.68 0.36
Hex 1D 44 9B 51 38 0 27 DD 44 24
Octal 35 104 233 121 70 0 47 335 104 44
Binary 11101 1000100 10011011 1010001 111000 0 100111 11011101 1000100 100100

Color Harmonies of #1D449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D449B

Black with #1D449B

Text Example


Text Example

White with #1D449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,155); }

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

background-color css

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

 a { background-color: rgb(29,68,155); }

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

border-color css

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

 span { border-color: rgb(29,68,155); }

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