Html Css Color HEX #1D348A Egyptian Blue

📋 copy color: '#1D348A'

red 29 ◦ green 52 ◦ blue 138

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

Shades of Egyptian Blue #1D348A

Tints of Egyptian Blue #1D348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.01%

R = 13.24%
G = 23.74%
B = 63.01%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D348A (or 0x1D348A) is known color: Egyptian Blue. HEX triplet: 1D, 34 and 8A. RGB value is (29,52,138). Sum of RGB (Red+Green+Blue) = 29+52+138=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D348A is #E2CB75. Grayscale: #363636. Windows color (decimal): -14863222 or 9057309. OLE color: 9057309.

HSL color Cylindrical-coordinate representation of color #1D348A: hue angle of 227.34º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D348A is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 52 138 -
CMYK 0.79 0.62 0 0.46
HSL 227.34º 0.65% 0.33% -
HSV(B) 227.34º 0.79% 0.54% -
XYZ 6.32 4.55 24.59 -
YUV 54.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 29 52 138 0.79 0.62 0 0.46 227.34 0.65 0.33
Hex 1D 34 8A 4F 3E 0 2E E3 41 21
Octal 35 64 212 117 76 0 56 343 101 41
Binary 11101 110100 10001010 1001111 111110 0 101110 11100011 1000001 100001

Color Harmonies of #1D348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D348A

Black with #1D348A

Text Example


Text Example

White with #1D348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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