Html Css Color HEX #1D389F Egyptian Blue

📋 copy color: '#1D389F'

red 29 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #1D389F

Tints of Egyptian Blue #1D389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 11.89%
G = 22.95%
B = 65.16%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D389F (or 0x1D389F) is known color: Egyptian Blue. HEX triplet: 1D, 38 and 9F. RGB value is (29,56,159). Sum of RGB (Red+Green+Blue) = 29+56+159=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D389F is #E2C760. Grayscale: #3B3B3B. Windows color (decimal): -14862177 or 10434589. OLE color: 10434589.

HSL color Cylindrical-coordinate representation of color #1D389F: hue angle of 227.54º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D389F is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 56 159 -
CMYK 0.82 0.65 0 0.38
HSL 227.54º 0.69% 0.37% -
HSV(B) 227.54º 0.82% 0.62% -
XYZ 8.18 5.59 33.45 -
YUV 59.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 29 56 159 0.82 0.65 0 0.38 227.54 0.69 0.37
Hex 1D 38 9F 52 41 0 26 E4 45 25
Octal 35 70 237 122 101 0 46 344 105 45
Binary 11101 111000 10011111 1010010 1000001 0 100110 11100100 1000101 100101

Color Harmonies of #1D389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D389F

Black with #1D389F

Text Example


Text Example

White with #1D389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,159); }

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

background-color css

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

 a { background-color: rgb(29,56,159); }

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

border-color css

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

 span { border-color: rgb(29,56,159); }

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