Html Css Color HEX #1D2696 Egyptian Blue

📋 copy color: '#1D2696'

red 29 ◦ green 38 ◦ blue 150

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

Shades of Egyptian Blue #1D2696

Tints of Egyptian Blue #1D2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 13.36%
G = 17.51%
B = 69.12%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D2696 (or 0x1D2696) is known color: Egyptian Blue. HEX triplet: 1D, 26 and 96. RGB value is (29,38,150). Sum of RGB (Red+Green+Blue) = 29+38+150=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D2696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2696 is #E2D969. Grayscale: #2F2F2F. Windows color (decimal): -14866794 or 9840157. OLE color: 9840157.

HSL color Cylindrical-coordinate representation of color #1D2696: hue angle of 235.54º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2696 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 38 150 -
CMYK 0.81 0.75 0 0.41
HSL 235.54º 0.68% 0.35% -
HSV(B) 235.54º 0.81% 0.59% -
XYZ 6.7 3.85 29.24 -
YUV 48.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 29 38 150 0.81 0.75 0 0.41 235.54 0.68 0.35
Hex 1D 26 96 51 4B 0 29 EC 44 23
Octal 35 46 226 121 113 0 51 354 104 43
Binary 11101 100110 10010110 1010001 1001011 0 101001 11101100 1000100 100011

Color Harmonies of #1D2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2696

Black with #1D2696

Text Example


Text Example

White with #1D2696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,150); }

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

background-color css

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

 a { background-color: rgb(29,38,150); }

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

border-color css

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

 span { border-color: rgb(29,38,150); }

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