Html Css Color HEX #1D469B Egyptian Blue

📋 copy color: '#1D469B'

red 29 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #1D469B

Tints of Egyptian Blue #1D469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 11.42%
G = 27.56%
B = 61.02%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D469B (or 0x1D469B) is known color: Egyptian Blue. HEX triplet: 1D, 46 and 9B. RGB value is (29,70,155). Sum of RGB (Red+Green+Blue) = 29+70+155=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D469B is #E2B964. Grayscale: #434343. Windows color (decimal): -14858597 or 10176029. OLE color: 10176029.

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

Color convert

RGB 29 70 155 -
CMYK 0.81 0.55 0 0.39
HSL 220.48º 0.68% 0.36% -
HSV(B) 220.48º 0.81% 0.61% -
XYZ 8.61 7.01 31.91 -
YUV 67.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 29 70 155 0.81 0.55 0 0.39 220.48 0.68 0.36
Hex 1D 46 9B 51 37 0 27 DC 44 24
Octal 35 106 233 121 67 0 47 334 104 44
Binary 11101 1000110 10011011 1010001 110111 0 100111 11011100 1000100 100100

Color Harmonies of #1D469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D469B

Black with #1D469B

Text Example


Text Example

White with #1D469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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