Html Css Color HEX #1D3299 Egyptian Blue

📋 copy color: '#1D3299'

red 29 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #1D3299

Tints of Egyptian Blue #1D3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 12.5%
G = 21.55%
B = 65.95%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D3299 (or 0x1D3299) is known color: Egyptian Blue. HEX triplet: 1D, 32 and 99. RGB value is (29,50,153). Sum of RGB (Red+Green+Blue) = 29+50+153=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3299 is #E2CD66. Grayscale: #373737. Windows color (decimal): -14863719 or 10039837. OLE color: 10039837.

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

Color convert

RGB 29 50 153 -
CMYK 0.81 0.67 0 0.4
HSL 229.84º 0.68% 0.36% -
HSV(B) 229.84º 0.81% 0.6% -
XYZ 7.4 4.84 30.68 -
YUV 55.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 29 50 153 0.81 0.67 0 0.4 229.84 0.68 0.36
Hex 1D 32 99 51 43 0 28 E6 44 24
Octal 35 62 231 121 103 0 50 346 104 44
Binary 11101 110010 10011001 1010001 1000011 0 101000 11100110 1000100 100100

Color Harmonies of #1D3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3299

Black with #1D3299

Text Example


Text Example

White with #1D3299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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