Html Css Color HEX #1D348D Egyptian Blue

📋 copy color: '#1D348D'

red 29 ◦ green 52 ◦ blue 141

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

Shades of Egyptian Blue #1D348D

Tints of Egyptian Blue #1D348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 13.06%
G = 23.42%
B = 63.51%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D348D (or 0x1D348D) is known color: Egyptian Blue. HEX triplet: 1D, 34 and 8D. RGB value is (29,52,141). Sum of RGB (Red+Green+Blue) = 29+52+141=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D348D is #E2CB72. Grayscale: #363636. Windows color (decimal): -14863219 or 9253917. OLE color: 9253917.

HSL color Cylindrical-coordinate representation of color #1D348D: hue angle of 227.68º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D348D is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 52 141 -
CMYK 0.79 0.63 0 0.45
HSL 227.68º 0.66% 0.33% -
HSV(B) 227.68º 0.79% 0.55% -
XYZ 6.54 4.64 25.75 -
YUV 55.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 29 52 141 0.79 0.63 0 0.45 227.68 0.66 0.33
Hex 1D 34 8D 4F 3F 0 2D E4 42 21
Octal 35 64 215 117 77 0 55 344 102 41
Binary 11101 110100 10001101 1001111 111111 0 101101 11100100 1000010 100001

Color Harmonies of #1D348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D348D

Black with #1D348D

Text Example


Text Example

White with #1D348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,52,141); }

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

background-color css

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

 a { background-color: rgb(29,52,141); }

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

border-color css

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

 span { border-color: rgb(29,52,141); }

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