Html Css Color HEX #1C358D Egyptian Blue

📋 copy color: '#1C358D'

red 28 ◦ green 53 ◦ blue 141

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

Shades of Egyptian Blue #1C358D

Tints of Egyptian Blue #1C358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 12.61%
G = 23.87%
B = 63.51%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C358D (or 0x1C358D) is known color: Egyptian Blue. HEX triplet: 1C, 35 and 8D. RGB value is (28,53,141). Sum of RGB (Red+Green+Blue) = 28+53+141=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C358D is #E3CA72. Grayscale: #373737. Windows color (decimal): -14928499 or 9254172. OLE color: 9254172.

HSL color Cylindrical-coordinate representation of color #1C358D: hue angle of 226.73º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C358D is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 53 141 -
CMYK 0.80 0.62 0 0.45
HSL 226.73º 0.67% 0.33% -
HSV(B) 226.73º 0.8% 0.55% -
XYZ 6.56 4.72 25.76 -
YUV 55.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 28 53 141 0.80 0.62 0 0.45 226.73 0.67 0.33
Hex 1C 35 8D 50 3E 0 2D E3 43 21
Octal 34 65 215 120 76 0 55 343 103 41
Binary 11100 110101 10001101 1010000 111110 0 101101 11100011 1000011 100001

Color Harmonies of #1C358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C358D

Black with #1C358D

Text Example


Text Example

White with #1C358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,141); }

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

background-color css

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

 a { background-color: rgb(28,53,141); }

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

border-color css

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

 span { border-color: rgb(28,53,141); }

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