Html Css Color HEX #1D489B Egyptian Blue

📋 copy color: '#1D489B'

red 29 ◦ green 72 ◦ blue 155

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

Shades of Egyptian Blue #1D489B

Tints of Egyptian Blue #1D489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 11.33%
G = 28.13%
B = 60.55%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D489B (or 0x1D489B) is known color: Egyptian Blue. HEX triplet: 1D, 48 and 9B. RGB value is (29,72,155). Sum of RGB (Red+Green+Blue) = 29+72+155=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D489B is #E2B764. Grayscale: #444444. Windows color (decimal): -14858085 or 10176541. OLE color: 10176541.

HSL color Cylindrical-coordinate representation of color #1D489B: hue angle of 219.52º 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 #1D489B is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 72 155 -
CMYK 0.81 0.54 0 0.39
HSL 219.52º 0.68% 0.36% -
HSV(B) 219.52º 0.81% 0.61% -
XYZ 8.74 7.26 31.95 -
YUV 68.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 29 72 155 0.81 0.54 0 0.39 219.52 0.68 0.36
Hex 1D 48 9B 51 36 0 27 DC 44 24
Octal 35 110 233 121 66 0 47 334 104 44
Binary 11101 1001000 10011011 1010001 110110 0 100111 11011100 1000100 100100

Color Harmonies of #1D489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D489B

Black with #1D489B

Text Example


Text Example

White with #1D489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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