#1C28AC

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

Shades of Egyptian Blue #1C28AC

Tints of Egyptian Blue #1C28AC

Color information

#1C28AC (or 0x1C28AC) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 28 and AC. RGB value is (28,40,172). Sum of RGB (Red+Green+Blue) = 28+40+172=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C28AC is #E3D753. Grayscale: #323232. Windows color (decimal): -14931796 or 11282460. OLE color: 11282460.

HSL color Cylindrical-coordinate representation of color #1C28AC: hue angle of 235º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C28AC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2840172-
CMYK0.840.7700.33
HSL235º72%39.22%-
HSV(B)235º83.72%67.45%-
XYZ8.684.7439.49-
YUV51.46196.02111.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=11.67%
G=16.67%
B=71.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28401720.840.7700.332357239.22
Hex1C28AC544D021eb4827
Octal345025412411504135311047
Binary1110010100010101100101010010011010100001111010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C28AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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