#1C2895

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

Shades of Egyptian Blue #1C2895

Tints of Egyptian Blue #1C2895

Color information

#1C2895 (or 0x1C2895) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 28 and 95. RGB value is (28,40,149). Sum of RGB (Red+Green+Blue) = 28+40+149=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2895 is #E3D76A. Grayscale: #303030. Windows color (decimal): -14931819 or 9775132. OLE color: 9775132.

HSL color Cylindrical-coordinate representation of color #1C2895: hue angle of 234.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2895 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2840149-
CMYK0.810.7300.42
HSL234.05º68.36%34.71%-
HSV(B)234.05º81.21%58.43%-
XYZ6.663.9328.84-
YUV48.84184.52113.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 149 (58.59% from 255) = 68.66%
R=12.90%
G=18.43%
B=68.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28401490.810.7300.42234.0568.3634.71
Hex1C2895514902Aea4423
Octal345022512111105235210443
Binary1110010100010010101101000110010010101010111010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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