Html Css Color HEX #1D369B Egyptian Blue

📋 copy color: '#1D369B'

red 29 ◦ green 54 ◦ blue 155

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

Shades of Egyptian Blue #1D369B

Tints of Egyptian Blue #1D369B

RGB

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

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

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

R = 12.18%
G = 22.69%
B = 65.13%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D369B (or 0x1D369B) is known color: Egyptian Blue. HEX triplet: 1D, 36 and 9B. RGB value is (29,54,155). Sum of RGB (Red+Green+Blue) = 29+54+155=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D369B is #E2C964. Grayscale: #393939. Windows color (decimal): -14862693 or 10171933. OLE color: 10171933.

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

Color convert

RGB 29 54 155 -
CMYK 0.81 0.65 0 0.39
HSL 228.1º 0.68% 0.36% -
HSV(B) 228.1º 0.81% 0.61% -
XYZ 7.74 5.27 31.62 -
YUV 58.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 29 54 155 0.81 0.65 0 0.39 228.1 0.68 0.36
Hex 1D 36 9B 51 41 0 27 E4 44 24
Octal 35 66 233 121 101 0 47 344 104 44
Binary 11101 110110 10011011 1010001 1000001 0 100111 11100100 1000100 100100

Color Harmonies of #1D369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D369B

Black with #1D369B

Text Example


Text Example

White with #1D369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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