#1C239B

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

Shades of Egyptian Blue #1C239B

Tints of Egyptian Blue #1C239B

Color information

#1C239B (or 0x1C239B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 23 and 9B. RGB value is (28,35,155). Sum of RGB (Red+Green+Blue) = 28+35+155=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C239B is #E3DC64. Grayscale: #2E2E2E. Windows color (decimal): -14933093 or 10167068. OLE color: 10167068.

HSL color Cylindrical-coordinate representation of color #1C239B: hue angle of 236.69º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C239B is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2835155-
CMYK0.820.7700.39
HSL236.69º69.4%35.88%-
HSV(B)236.69º81.94%60.78%-
XYZ73.8231.38-
YUV46.59189.18114.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=12.84%
G=16.06%
B=71.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28351550.820.7700.39236.6969.435.88
Hex1C239B524D027ed4524
Octal344323312211504735510544
Binary1110010001110011011101001010011010100111111011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,155); }

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

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

 a { background-color: rgb(28,35,155); }

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

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

 span { border-color: rgb(28,35,155); }

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