#1C28AA

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

Shades of Egyptian Blue #1C28AA

Tints of Egyptian Blue #1C28AA

Color information

#1C28AA (or 0x1C28AA) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 28 and AA. RGB value is (28,40,170). Sum of RGB (Red+Green+Blue) = 28+40+170=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C28AA is #E3D755. Grayscale: #323232. Windows color (decimal): -14931798 or 11151388. OLE color: 11151388.

HSL color Cylindrical-coordinate representation of color #1C28AA: hue angle of 234.93º 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 #1C28AA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2840170-
CMYK0.840.7600.33
HSL234.93º71.72%38.82%-
HSV(B)234.93º83.53%66.67%-
XYZ8.494.6738.48-
YUV51.23195.02111.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=11.76%
G=16.81%
B=71.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28401700.840.7600.33234.9371.7238.82
Hex1C28AA544C021eb4827
Octal345025212411404135311047
Binary1110010100010101010101010010011000100001111010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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