Html Css Color HEX #1C20AC Egyptian Blue

📋 copy color: '#1C20AC'

red 28 ◦ green 32 ◦ blue 172

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

Shades of Egyptian Blue #1C20AC

Tints of Egyptian Blue #1C20AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 12.07%
G = 13.79%
B = 74.14%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C20AC (or 0x1C20AC) is known color: Egyptian Blue. HEX triplet: 1C, 20 and AC. RGB value is (28,32,172). Sum of RGB (Red+Green+Blue) = 28+32+172=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C20AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C20AC is #E3DF53. Grayscale: #2E2E2E. Windows color (decimal): -14933844 or 11280412. OLE color: 11280412.

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

Color convert

RGB 28 32 172 -
CMYK 0.84 0.81 0 0.33
HSL 238.33º 0.72% 0.39% -
HSV(B) 238.33º 0.84% 0.67% -
XYZ 8.44 4.26 39.41 -
YUV 46.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 28 32 172 0.84 0.81 0 0.33 238.33 0.72 0.39
Hex 1C 20 AC 54 51 0 21 EE 48 27
Octal 34 40 254 124 121 0 41 356 110 47
Binary 11100 100000 10101100 1010100 1010001 0 100001 11101110 1001000 100111

Color Harmonies of #1C20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C20AC

Black with #1C20AC

Text Example


Text Example

White with #1C20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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