Html Css Color HEX #1D3699 Egyptian Blue

📋 copy color: '#1D3699'

red 29 ◦ green 54 ◦ blue 153

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

Shades of Egyptian Blue #1D3699

Tints of Egyptian Blue #1D3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 12.29%
G = 22.88%
B = 64.83%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D3699 (or 0x1D3699) is known color: Egyptian Blue. HEX triplet: 1D, 36 and 99. RGB value is (29,54,153). Sum of RGB (Red+Green+Blue) = 29+54+153=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3699 is #E2C966. Grayscale: #393939. Windows color (decimal): -14862695 or 10040861. OLE color: 10040861.

HSL color Cylindrical-coordinate representation of color #1D3699: hue angle of 227.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3699 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 54 153 -
CMYK 0.81 0.65 0 0.4
HSL 227.9º 0.68% 0.36% -
HSV(B) 227.9º 0.81% 0.6% -
XYZ 7.58 5.2 30.74 -
YUV 57.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 29 54 153 0.81 0.65 0 0.4 227.9 0.68 0.36
Hex 1D 36 99 51 41 0 28 E4 44 24
Octal 35 66 231 121 101 0 50 344 104 44
Binary 11101 110110 10011001 1010001 1000001 0 101000 11100100 1000100 100100

Color Harmonies of #1D3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3699

Black with #1D3699

Text Example


Text Example

White with #1D3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,54,153); }

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

background-color css

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

 a { background-color: rgb(29,54,153); }

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

border-color css

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

 span { border-color: rgb(29,54,153); }

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