Html Css Color HEX #1D3595 Egyptian Blue

📋 copy color: '#1D3595'

red 29 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #1D3595

Tints of Egyptian Blue #1D3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 12.55%
G = 22.94%
B = 64.5%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D3595 (or 0x1D3595) is known color: Egyptian Blue. HEX triplet: 1D, 35 and 95. RGB value is (29,53,149). Sum of RGB (Red+Green+Blue) = 29+53+149=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3595 is #E2CA6A. Grayscale: #383838. Windows color (decimal): -14862955 or 9778461. OLE color: 9778461.

HSL color Cylindrical-coordinate representation of color #1D3595: hue angle of 228º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3595 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 53 149 -
CMYK 0.81 0.64 0 0.42
HSL 228º 0.67% 0.35% -
HSV(B) 228º 0.81% 0.58% -
XYZ 7.2 4.98 29.01 -
YUV 56.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 29 53 149 0.81 0.64 0 0.42 228 0.67 0.35
Hex 1D 35 95 51 40 0 2A E4 43 23
Octal 35 65 225 121 100 0 52 344 103 43
Binary 11101 110101 10010101 1010001 1000000 0 101010 11100100 1000011 100011

Color Harmonies of #1D3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3595

Black with #1D3595

Text Example


Text Example

White with #1D3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,53,149); }

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

background-color css

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

 a { background-color: rgb(29,53,149); }

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

border-color css

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

 span { border-color: rgb(29,53,149); }

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