Html Css Color HEX #1C4799 Egyptian Blue

📋 copy color: '#1C4799'

red 28 ◦ green 71 ◦ blue 153

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

Shades of Egyptian Blue #1C4799

Tints of Egyptian Blue #1C4799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 11.11%
G = 28.17%
B = 60.71%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C4799 (or 0x1C4799) is known color: Egyptian Blue. HEX triplet: 1C, 47 and 99. RGB value is (28,71,153). Sum of RGB (Red+Green+Blue) = 28+71+153=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4799 is #E3B866. Grayscale: #434343. Windows color (decimal): -14923879 or 10045212. OLE color: 10045212.

HSL color Cylindrical-coordinate representation of color #1C4799: hue angle of 219.36º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C4799 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 71 153 -
CMYK 0.82 0.54 0 0.4
HSL 219.36º 0.69% 0.35% -
HSV(B) 219.36º 0.82% 0.6% -
XYZ 8.48 7.05 31.05 -
YUV 67.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 28 71 153 0.82 0.54 0 0.4 219.36 0.69 0.35
Hex 1C 47 99 52 36 0 28 DB 45 23
Octal 34 107 231 122 66 0 50 333 105 43
Binary 11100 1000111 10011001 1010010 110110 0 101000 11011011 1000101 100011

Color Harmonies of #1C4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4799

Black with #1C4799

Text Example


Text Example

White with #1C4799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,153); }

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

background-color css

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

 a { background-color: rgb(28,71,153); }

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

border-color css

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

 span { border-color: rgb(28,71,153); }

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