Html Css Color HEX #1C229C Egyptian Blue

📋 copy color: '#1C229C'

red 28 ◦ green 34 ◦ blue 156

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

Shades of Egyptian Blue #1C229C

Tints of Egyptian Blue #1C229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 12.84%
G = 15.6%
B = 71.56%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C229C (or 0x1C229C) is known color: Egyptian Blue. HEX triplet: 1C, 22 and 9C. RGB value is (28,34,156). Sum of RGB (Red+Green+Blue) = 28+34+156=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C229C is #E3DD63. Grayscale: #2D2D2D. Windows color (decimal): -14933348 or 10232348. OLE color: 10232348.

HSL color Cylindrical-coordinate representation of color #1C229C: hue angle of 237.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C229C is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 34 156 -
CMYK 0.82 0.78 0 0.39
HSL 237.19º 0.7% 0.36% -
HSV(B) 237.19º 0.82% 0.61% -
XYZ 7.05 3.79 31.81 -
YUV 46.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 28 34 156 0.82 0.78 0 0.39 237.19 0.7 0.36
Hex 1C 22 9C 52 4E 0 27 ED 46 24
Octal 34 42 234 122 116 0 47 355 106 44
Binary 11100 100010 10011100 1010010 1001110 0 100111 11101101 1000110 100100

Color Harmonies of #1C229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C229C

Black with #1C229C

Text Example


Text Example

White with #1C229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,34,156); }

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

background-color css

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

 a { background-color: rgb(28,34,156); }

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

border-color css

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

 span { border-color: rgb(28,34,156); }

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