#1C3595

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

Shades of Egyptian Blue #1C3595

Tints of Egyptian Blue #1C3595

Color information

#1C3595 (or 0x1C3595) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 35 and 95. RGB value is (28,53,149). Sum of RGB (Red+Green+Blue) = 28+53+149=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3595 is #E3CA6A. Grayscale: #383838. Windows color (decimal): -14928491 or 9778460. OLE color: 9778460.

HSL color Cylindrical-coordinate representation of color #1C3595: hue angle of 227.6º 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 #1C3595 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2853149-
CMYK0.810.6400.42
HSL227.6º68.36%34.71%-
HSV(B)227.6º81.21%58.43%-
XYZ7.184.9629.01-
YUV56.47180.22107.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=12.17%
G=23.04%
B=64.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28531490.810.6400.42227.668.3634.71
Hex1C3595514002Ae44423
Octal346522512110005234410443
Binary1110011010110010101101000110000000101010111001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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