#1C459A

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

Shades of Egyptian Blue #1C459A

Tints of Egyptian Blue #1C459A

Color information

#1C459A (or 0x1C459A) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 45 and 9A. RGB value is (28,69,154). Sum of RGB (Red+Green+Blue) = 28+69+154=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C459A is #E3BA65. Grayscale: #424242. Windows color (decimal): -14924390 or 10110236. OLE color: 10110236.

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

Color convert

RGB2869154-
CMYK0.820.5500.40
HSL220.48º69.23%35.69%-
HSV(B)220.48º81.82%60.39%-
XYZ8.446.8431.45-
YUV66.43177.42100.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 154 (60.55% from 255) = 61.35%
R=11.16%
G=27.49%
B=61.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28691540.820.5500.40220.4869.2335.69
Hex1C459A5237028dc4524
Octal341052321226705033410544
Binary1110010001011001101010100101101110101000110111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,69,154); }

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

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

 a { background-color: rgb(28,69,154); }

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

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

 span { border-color: rgb(28,69,154); }

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