Html Css Color HEX #1D3A99 Egyptian Blue

📋 copy color: '#1D3A99'

red 29 ◦ green 58 ◦ blue 153

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

Shades of Egyptian Blue #1D3A99

Tints of Egyptian Blue #1D3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 12.08%
G = 24.17%
B = 63.75%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D3A99 (or 0x1D3A99) is known color: Egyptian Blue. HEX triplet: 1D, 3A and 99. RGB value is (29,58,153). Sum of RGB (Red+Green+Blue) = 29+58+153=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3A99 is #E2C566. Grayscale: #3B3B3B. Windows color (decimal): -14861671 or 10041885. OLE color: 10041885.

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

Color convert

RGB 29 58 153 -
CMYK 0.81 0.62 0 0.4
HSL 225.97º 0.68% 0.36% -
HSV(B) 225.97º 0.81% 0.6% -
XYZ 7.77 5.59 30.81 -
YUV 60.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 29 58 153 0.81 0.62 0 0.4 225.97 0.68 0.36
Hex 1D 3A 99 51 3E 0 28 E2 44 24
Octal 35 72 231 121 76 0 50 342 104 44
Binary 11101 111010 10011001 1010001 111110 0 101000 11100010 1000100 100100

Color Harmonies of #1D3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A99

Black with #1D3A99

Text Example


Text Example

White with #1D3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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