Html Css Color HEX #1D489C Egyptian Blue

📋 copy color: '#1D489C'

red 29 ◦ green 72 ◦ blue 156

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

Shades of Egyptian Blue #1D489C

Tints of Egyptian Blue #1D489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 11.28%
G = 28.02%
B = 60.7%

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

#1D489C (or 0x1D489C) is known color: Egyptian Blue. HEX triplet: 1D, 48 and 9C. RGB value is (29,72,156). Sum of RGB (Red+Green+Blue) = 29+72+156=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D489C is #E2B763. Grayscale: #444444. Windows color (decimal): -14858084 or 10242077. OLE color: 10242077.

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

Color convert

RGB 29 72 156 -
CMYK 0.81 0.54 0 0.39
HSL 219.69º 0.69% 0.36% -
HSV(B) 219.69º 0.81% 0.61% -
XYZ 8.82 7.3 32.4 -
YUV 68.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 29 72 156 0.81 0.54 0 0.39 219.69 0.69 0.36
Hex 1D 48 9C 51 36 0 27 DC 45 24
Octal 35 110 234 121 66 0 47 334 105 44
Binary 11101 1001000 10011100 1010001 110110 0 100111 11011100 1000101 100100

Color Harmonies of #1D489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D489C

Black with #1D489C

Text Example


Text Example

White with #1D489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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