Html Css Color HEX #1C4494 Egyptian Blue

📋 copy color: '#1C4494'

red 28 ◦ green 68 ◦ blue 148

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

Shades of Egyptian Blue #1C4494

Tints of Egyptian Blue #1C4494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 11.48%
G = 27.87%
B = 60.66%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C4494 (or 0x1C4494) is known color: Egyptian Blue. HEX triplet: 1C, 44 and 94. RGB value is (28,68,148). Sum of RGB (Red+Green+Blue) = 28+68+148=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C4494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4494 is #E3BB6B. Grayscale: #404040. Windows color (decimal): -14924652 or 9716764. OLE color: 9716764.

HSL color Cylindrical-coordinate representation of color #1C4494: hue angle of 220º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4494 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 68 148 -
CMYK 0.81 0.54 0 0.42
HSL 220º 0.68% 0.35% -
HSV(B) 220º 0.81% 0.58% -
XYZ 7.89 6.52 28.86 -
YUV 65.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 28 68 148 0.81 0.54 0 0.42 220 0.68 0.35
Hex 1C 44 94 51 36 0 2A DC 44 23
Octal 34 104 224 121 66 0 52 334 104 43
Binary 11100 1000100 10010100 1010001 110110 0 101010 11011100 1000100 100011

Color Harmonies of #1C4494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4494

Black with #1C4494

Text Example


Text Example

White with #1C4494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,148); }

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

background-color css

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

 a { background-color: rgb(28,68,148); }

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

border-color css

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

 span { border-color: rgb(28,68,148); }

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