Html Css Color HEX #1C29AC Egyptian Blue

📋 copy color: '#1C29AC'

red 28 ◦ green 41 ◦ blue 172

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

Shades of Egyptian Blue #1C29AC

Tints of Egyptian Blue #1C29AC

RGB

 RED value IS 28 (11.33% from 255) = 11.62%

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 11.62%
G = 17.01%
B = 71.37%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C29AC (or 0x1C29AC) is known color: Egyptian Blue. HEX triplet: 1C, 29 and AC. RGB value is (28,41,172). Sum of RGB (Red+Green+Blue) = 28+41+172=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C29AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C29AC is #E3D653. Grayscale: #333333. Windows color (decimal): -14931540 or 11282716. OLE color: 11282716.

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

Color convert

RGB 28 41 172 -
CMYK 0.84 0.76 0 0.33
HSL 234.58º 0.72% 0.39% -
HSV(B) 234.58º 0.84% 0.67% -
XYZ 8.72 4.81 39.5 -
YUV 52.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 28 41 172 0.84 0.76 0 0.33 234.58 0.72 0.39
Hex 1C 29 AC 54 4C 0 21 EB 48 27
Octal 34 51 254 124 114 0 41 353 110 47
Binary 11100 101001 10101100 1010100 1001100 0 100001 11101011 1001000 100111

Color Harmonies of #1C29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C29AC

Black with #1C29AC

Text Example


Text Example

White with #1C29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,41,172); }

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

background-color css

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

 a { background-color: rgb(28,41,172); }

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

border-color css

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

 span { border-color: rgb(28,41,172); }

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