Html Css Color HEX #1D359B Egyptian Blue

📋 copy color: '#1D359B'

red 29 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #1D359B

Tints of Egyptian Blue #1D359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 12.24%
G = 22.36%
B = 65.4%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D359B (or 0x1D359B) is known color: Egyptian Blue. HEX triplet: 1D, 35 and 9B. RGB value is (29,53,155). Sum of RGB (Red+Green+Blue) = 29+53+155=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D359B is #E2CA64. Grayscale: #393939. Windows color (decimal): -14862949 or 10171677. OLE color: 10171677.

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

Color convert

RGB 29 53 155 -
CMYK 0.81 0.66 0 0.39
HSL 228.57º 0.68% 0.36% -
HSV(B) 228.57º 0.81% 0.61% -
XYZ 7.7 5.17 31.6 -
YUV 57.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 29 53 155 0.81 0.66 0 0.39 228.57 0.68 0.36
Hex 1D 35 9B 51 42 0 27 E5 44 24
Octal 35 65 233 121 102 0 47 345 104 44
Binary 11101 110101 10011011 1010001 1000010 0 100111 11100101 1000100 100100

Color Harmonies of #1D359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D359B

Black with #1D359B

Text Example


Text Example

White with #1D359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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