Html Css Color HEX #1C4090 Egyptian Blue

📋 copy color: '#1C4090'

red 28 ◦ green 64 ◦ blue 144

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

Shades of Egyptian Blue #1C4090

Tints of Egyptian Blue #1C4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 11.86%
G = 27.12%
B = 61.02%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C4090 (or 0x1C4090) is known color: Egyptian Blue. HEX triplet: 1C, 40 and 90. RGB value is (28,64,144). Sum of RGB (Red+Green+Blue) = 28+64+144=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4090 is #E3BF6F. Grayscale: #3E3E3E. Windows color (decimal): -14925680 or 9453596. OLE color: 9453596.

HSL color Cylindrical-coordinate representation of color #1C4090: hue angle of 221.38º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4090 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 64 144 -
CMYK 0.81 0.56 0 0.44
HSL 221.38º 0.67% 0.34% -
HSV(B) 221.38º 0.81% 0.56% -
XYZ 7.35 5.93 27.14 -
YUV 62.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 28 64 144 0.81 0.56 0 0.44 221.38 0.67 0.34
Hex 1C 40 90 51 38 0 2C DD 43 22
Octal 34 100 220 121 70 0 54 335 103 42
Binary 11100 1000000 10010000 1010001 111000 0 101100 11011101 1000011 100010

Color Harmonies of #1C4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4090

Black with #1C4090

Text Example


Text Example

White with #1C4090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,144); }

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

background-color css

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

 a { background-color: rgb(28,64,144); }

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

border-color css

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

 span { border-color: rgb(28,64,144); }

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