Html Css Color HEX #1C499D Egyptian Blue

📋 copy color: '#1C499D'

red 28 ◦ green 73 ◦ blue 157

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

Shades of Egyptian Blue #1C499D

Tints of Egyptian Blue #1C499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 10.85%
G = 28.29%
B = 60.85%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C499D (or 0x1C499D) is known color: Egyptian Blue. HEX triplet: 1C, 49 and 9D. RGB value is (28,73,157). Sum of RGB (Red+Green+Blue) = 28+73+157=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C499D is #E3B662. Grayscale: #444444. Windows color (decimal): -14923363 or 10307868. OLE color: 10307868.

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

Color convert

RGB 28 73 157 -
CMYK 0.82 0.54 0 0.38
HSL 219.07º 0.7% 0.36% -
HSV(B) 219.07º 0.82% 0.62% -
XYZ 8.95 7.45 32.86 -
YUV 69.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 28 73 157 0.82 0.54 0 0.38 219.07 0.7 0.36
Hex 1C 49 9D 52 36 0 26 DB 46 24
Octal 34 111 235 122 66 0 46 333 106 44
Binary 11100 1001001 10011101 1010010 110110 0 100110 11011011 1000110 100100

Color Harmonies of #1C499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C499D

Black with #1C499D

Text Example


Text Example

White with #1C499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,157); }

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

background-color css

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

 a { background-color: rgb(28,73,157); }

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

border-color css

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

 span { border-color: rgb(28,73,157); }

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