Html Css Color HEX #1C499B Egyptian Blue

📋 copy color: '#1C499B'

red 28 ◦ green 73 ◦ blue 155

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

Shades of Egyptian Blue #1C499B

Tints of Egyptian Blue #1C499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 10.94%
G = 28.52%
B = 60.55%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C499B (or 0x1C499B) is known color: Egyptian Blue. HEX triplet: 1C, 49 and 9B. RGB value is (28,73,155). Sum of RGB (Red+Green+Blue) = 28+73+155=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C499B is #E3B664. Grayscale: #444444. Windows color (decimal): -14923365 or 10176796. OLE color: 10176796.

HSL color Cylindrical-coordinate representation of color #1C499B: hue angle of 218.74º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C499B is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 73 155 -
CMYK 0.82 0.53 0 0.39
HSL 218.74º 0.69% 0.36% -
HSV(B) 218.74º 0.82% 0.61% -
XYZ 8.78 7.38 31.97 -
YUV 68.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 28 73 155 0.82 0.53 0 0.39 218.74 0.69 0.36
Hex 1C 49 9B 52 35 0 27 DB 45 24
Octal 34 111 233 122 65 0 47 333 105 44
Binary 11100 1001001 10011011 1010010 110101 0 100111 11011011 1000101 100100

Color Harmonies of #1C499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C499B

Black with #1C499B

Text Example


Text Example

White with #1C499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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