#1C26AE

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

Shades of Egyptian Blue #1C26AE

Tints of Egyptian Blue #1C26AE

Color information

#1C26AE (or 0x1C26AE) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 26 and AE. RGB value is (28,38,174). Sum of RGB (Red+Green+Blue) = 28+38+174=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C26AE is #E3D951. Grayscale: #313131. Windows color (decimal): -14932306 or 11413020. OLE color: 11413020.

HSL color Cylindrical-coordinate representation of color #1C26AE: hue angle of 235.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C26AE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2838174-
CMYK0.840.7800.32
HSL235.89º72.28%39.61%-
HSV(B)235.89º83.91%68.24%-
XYZ8.814.6940.49-
YUV50.51197.69111.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=11.67%
G=15.83%
B=72.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28381740.840.7800.32235.8972.2839.61
Hex1C26AE544E020ec4828
Octal344625612411604035411050
Binary1110010011010101110101010010011100100000111011001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,174); }

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

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

 a { background-color: rgb(28,38,174); }

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

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

 span { border-color: rgb(28,38,174); }

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