#1C2B8B

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

Shades of Egyptian Blue #1C2B8B

Tints of Egyptian Blue #1C2B8B

Color information

#1C2B8B (or 0x1C2B8B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2B and 8B. RGB value is (28,43,139). Sum of RGB (Red+Green+Blue) = 28+43+139=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C2B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2B8B is #E3D474. Grayscale: #313131. Windows color (decimal): -14931061 or 9120540. OLE color: 9120540.

HSL color Cylindrical-coordinate representation of color #1C2B8B: hue angle of 231.89º degrees, saturation: 0.66, 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 #1C2B8B is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2843139-
CMYK0.800.6900.45
HSL231.89º66.47%32.75%-
HSV(B)231.89º79.86%54.51%-
XYZ63.8424.85-
YUV49.46178.53112.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=13.33%
G=20.48%
B=66.19%

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
Decimal28431390.800.6900.45231.8966.4732.75
Hex1C2B8B504502De84221
Octal345321312010505535010241
Binary1110010101110001011101000010001010101101111010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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