#1C469A

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

Shades of Egyptian Blue #1C469A

Tints of Egyptian Blue #1C469A

Color information

#1C469A (or 0x1C469A) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 46 and 9A. RGB value is (28,70,154). Sum of RGB (Red+Green+Blue) = 28+70+154=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C469A is #E3B965. Grayscale: #424242. Windows color (decimal): -14924134 or 10110492. OLE color: 10110492.

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

Color convert

RGB2870154-
CMYK0.820.5500.40
HSL220º69.23%35.69%-
HSV(B)220º81.82%60.39%-
XYZ8.56.9631.47-
YUV67.02177.09100.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=11.11%
G=27.78%
B=61.11%

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
Decimal28701540.820.5500.4022069.2335.69
Hex1C469A5237028dc4524
Octal341062321226705033410544
Binary1110010001101001101010100101101110101000110111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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