Html Css Color HEX #1D31AC Egyptian Blue

📋 copy color: '#1D31AC'

red 29 ◦ green 49 ◦ blue 172

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

Shades of Egyptian Blue #1D31AC

Tints of Egyptian Blue #1D31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 11.6%
G = 19.6%
B = 68.8%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D31AC (or 0x1D31AC) is known color: Egyptian Blue. HEX triplet: 1D, 31 and AC. RGB value is (29,49,172). Sum of RGB (Red+Green+Blue) = 29+49+172=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D31AC is #E2CE53. Grayscale: #383838. Windows color (decimal): -14863956 or 11284765. OLE color: 11284765.

HSL color Cylindrical-coordinate representation of color #1D31AC: hue angle of 231.61º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D31AC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 49 172 -
CMYK 0.83 0.72 0 0.33
HSL 231.61º 0.71% 0.39% -
HSV(B) 231.61º 0.83% 0.67% -
XYZ 9.05 5.44 39.6 -
YUV 57.04 192.87 108 -
System Red Green Blue C M Y K H S L
Decimal 29 49 172 0.83 0.72 0 0.33 231.61 0.71 0.39
Hex 1D 31 AC 53 48 0 21 E8 47 27
Octal 35 61 254 123 110 0 41 350 107 47
Binary 11101 110001 10101100 1010011 1001000 0 100001 11101000 1000111 100111

Color Harmonies of #1D31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D31AC

Black with #1D31AC

Text Example


Text Example

White with #1D31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,49,172); }

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

background-color css

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

 a { background-color: rgb(29,49,172); }

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

border-color css

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

 span { border-color: rgb(29,49,172); }

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