#1C409B

Color #1C409B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1C409B

Tints of Egyptian Blue #1C409B

Color information

#1C409B (or 0x1C409B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 40 and 9B. RGB value is (28,64,155). Sum of RGB (Red+Green+Blue) = 28+64+155=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C409B is #E3BF64. Grayscale: #3F3F3F. Windows color (decimal): -14925669 or 10174492. OLE color: 10174492.

HSL color Cylindrical-coordinate representation of color #1C409B: hue angle of 222.99º 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 #1C409B is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2864155-
CMYK0.820.5900.39
HSL222.99º69.4%35.88%-
HSV(B)222.99º81.94%60.78%-
XYZ8.236.2831.79-
YUV63.61179.57102.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=11.34%
G=25.91%
B=62.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28641550.820.5900.39222.9969.435.88
Hex1C409B523B027df4524
Octal341002331227304733710544
Binary1110010000001001101110100101110110100111110111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C409B;
 }
 .AnyTagClassName
 {
   color: #1C409B;
 }
</style>
background-color css

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

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

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

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

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

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