#1C2A99

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

Shades of Egyptian Blue #1C2A99

Tints of Egyptian Blue #1C2A99

Color information

#1C2A99 (or 0x1C2A99) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2A and 99. RGB value is (28,42,153). Sum of RGB (Red+Green+Blue) = 28+42+153=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C2A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2A99 is #E3D566. Grayscale: #323232. Windows color (decimal): -14931303 or 10037788. OLE color: 10037788.

HSL color Cylindrical-coordinate representation of color #1C2A99: hue angle of 233.28º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2A99 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2842153-
CMYK0.820.7300.4
HSL233.28º69.06%35.49%-
HSV(B)233.28º81.7%60%-
XYZ7.064.230.58-
YUV50.47185.86111.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=12.56%
G=18.83%
B=68.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal28421530.820.7300.4233.2869.0635.49
Hex1C2A995249028e94523
Octal345223112211105035110543
Binary1110010101010011001101001010010010101000111010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,42,153); }

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

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

 a { background-color: rgb(28,42,153); }

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

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

 span { border-color: rgb(28,42,153); }

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