#1B329C

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

Shades of Egyptian Blue #1B329C

Tints of Egyptian Blue #1B329C

Color information

#1B329C (or 0x1B329C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 32 and 9C. RGB value is (27,50,156). Sum of RGB (Red+Green+Blue) = 27+50+156=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B329C is #E4CD63. Grayscale: #363636. Windows color (decimal): -14994788 or 10236443. OLE color: 10236443.

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

Color convert

RGB2750156-
CMYK0.830.6800.39
HSL229.3º70.49%35.88%-
HSV(B)229.3º82.69%61.18%-
XYZ7.594.9132-
YUV55.21184.88107.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 156 (61.33% from 255) = 66.95%
R=11.59%
G=21.46%
B=66.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27501560.830.6800.39229.370.4935.88
Hex1B329C5344027e54624
Octal336223412310404734510644
Binary1101111001010011100101001110001000100111111001011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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