#1C2E95

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

Shades of Egyptian Blue #1C2E95

Tints of Egyptian Blue #1C2E95

Color information

#1C2E95 (or 0x1C2E95) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2E and 95. RGB value is (28,46,149). Sum of RGB (Red+Green+Blue) = 28+46+149=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2E95 is #E3D16A. Grayscale: #333333. Windows color (decimal): -14930283 or 9776668. OLE color: 9776668.

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

Color convert

RGB2846149-
CMYK0.810.6900.42
HSL231.07º68.36%34.71%-
HSV(B)231.07º81.21%58.43%-
XYZ6.884.3728.91-
YUV52.36182.54110.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 149 (58.59% from 255) = 66.82%
R=12.56%
G=20.63%
B=66.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28461490.810.6900.42231.0768.3634.71
Hex1C2E95514502Ae74423
Octal345622512110505234710443
Binary1110010111010010101101000110001010101010111001111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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