#1B328C

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

Shades of Egyptian Blue #1B328C

Tints of Egyptian Blue #1B328C

Color information

#1B328C (or 0x1B328C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 32 and 8C. RGB value is (27,50,140). Sum of RGB (Red+Green+Blue) = 27+50+140=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B328C is #E4CD73. Grayscale: #353535. Windows color (decimal): -14994804 or 9187867. OLE color: 9187867.

HSL color Cylindrical-coordinate representation of color #1B328C: hue angle of 227.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B328C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2750140-
CMYK0.810.6400.45
HSL227.79º67.66%32.75%-
HSV(B)227.79º80.71%54.9%-
XYZ6.334.4125.33-
YUV53.38176.88109.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.44%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=12.44%
G=23.04%
B=64.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27501400.810.6400.45227.7967.6632.75
Hex1B328C514002De44421
Octal336221412110005534410441
Binary1101111001010001100101000110000000101101111001001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,50,140); }

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

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

 a { background-color: rgb(27,50,140); }

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

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

 span { border-color: rgb(27,50,140); }

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