#1C3194

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

Shades of Egyptian Blue #1C3194

Tints of Egyptian Blue #1C3194

Color information

#1C3194 (or 0x1C3194) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 31 and 94. RGB value is (28,49,148). Sum of RGB (Red+Green+Blue) = 28+49+148=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3194 is #E3CE6B. Grayscale: #353535. Windows color (decimal): -14929516 or 9711900. OLE color: 9711900.

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

Color convert

RGB2849148-
CMYK0.810.6700.42
HSL229.5º68.18%34.51%-
HSV(B)229.5º81.08%58.04%-
XYZ6.924.5828.54-
YUV54.01181.04109.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=12.44%
G=21.78%
B=65.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28491480.810.6700.42229.568.1834.51
Hex1C3194514302Ae64423
Octal346122412110305234610443
Binary1110011000110010100101000110000110101010111001101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,148); }

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

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

 a { background-color: rgb(28,49,148); }

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

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

 span { border-color: rgb(28,49,148); }

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