Html Css Color HEX #1C31AC Egyptian Blue

📋 copy color: '#1C31AC'

red 28 ◦ green 49 ◦ blue 172

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

Shades of Egyptian Blue #1C31AC

Tints of Egyptian Blue #1C31AC

RGB

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

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

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

R = 11.24%
G = 19.68%
B = 69.08%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C31AC (or 0x1C31AC) is known color: Egyptian Blue. HEX triplet: 1C, 31 and AC. RGB value is (28,49,172). Sum of RGB (Red+Green+Blue) = 28+49+172=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C31AC is #E3CE53. Grayscale: #383838. Windows color (decimal): -14929492 or 11284764. OLE color: 11284764.

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

Color convert

RGB 28 49 172 -
CMYK 0.84 0.72 0 0.33
HSL 231.25º 0.72% 0.39% -
HSV(B) 231.25º 0.84% 0.67% -
XYZ 9.02 5.42 39.6 -
YUV 56.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 28 49 172 0.84 0.72 0 0.33 231.25 0.72 0.39
Hex 1C 31 AC 54 48 0 21 E7 48 27
Octal 34 61 254 124 110 0 41 347 110 47
Binary 11100 110001 10101100 1010100 1001000 0 100001 11100111 1001000 100111

Color Harmonies of #1C31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C31AC

Black with #1C31AC

Text Example


Text Example

White with #1C31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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