#1C289D

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

Shades of Egyptian Blue #1C289D

Tints of Egyptian Blue #1C289D

Color information

#1C289D (or 0x1C289D) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 28 and 9D. RGB value is (28,40,157). Sum of RGB (Red+Green+Blue) = 28+40+157=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C289D is #E3D762. Grayscale: #313131. Windows color (decimal): -14931811 or 10299420. OLE color: 10299420.

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

Color convert

RGB2840157-
CMYK0.820.7500.38
HSL234.42º69.73%36.27%-
HSV(B)234.42º82.17%61.57%-
XYZ7.324.232.32-
YUV49.75188.52112.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 157 (61.72% from 255) = 69.78%
R=12.44%
G=17.78%
B=69.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28401570.820.7500.38234.4269.7336.27
Hex1C289D524B026ea4624
Octal345023512211304635210644
Binary1110010100010011101101001010010110100110111010101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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