#1C2B8C

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

Shades of Egyptian Blue #1C2B8C

Tints of Egyptian Blue #1C2B8C

Color information

#1C2B8C (or 0x1C2B8C) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2B and 8C. RGB value is (28,43,140). Sum of RGB (Red+Green+Blue) = 28+43+140=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C2B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2B8C is #E3D473. Grayscale: #313131. Windows color (decimal): -14931060 or 9186076. OLE color: 9186076.

HSL color Cylindrical-coordinate representation of color #1C2B8C: hue angle of 231.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C2B8C is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2843140-
CMYK0.800.6900.45
HSL231.96º66.67%32.94%-
HSV(B)231.96º80%54.9%-
XYZ6.083.8725.24-
YUV49.57179.03112.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.27%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 140 (55.08% from 255) = 66.35%
R=13.27%
G=20.38%
B=66.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28431400.800.6900.45231.9666.6732.94
Hex1C2B8C504502De84321
Octal345321412010505535010341
Binary1110010101110001100101000010001010101101111010001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,43,140); }

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

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

 a { background-color: rgb(28,43,140); }

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

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

 span { border-color: rgb(28,43,140); }

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