#1B20A5

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

Shades of Egyptian Blue #1B20A5

Tints of Egyptian Blue #1B20A5

Color information

#1B20A5 (or 0x1B20A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 20 and A5. RGB value is (27,32,165). Sum of RGB (Red+Green+Blue) = 27+32+165=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B20A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B20A5 is #E4DF5A. Grayscale: #2D2D2D. Windows color (decimal): -14999387 or 10821659. OLE color: 10821659.

HSL color Cylindrical-coordinate representation of color #1B20A5: hue angle of 237.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B20A5 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2732165-
CMYK0.840.8100.35
HSL237.83º71.88%37.65%-
HSV(B)237.83º83.64%64.71%-
XYZ7.763.9835.96-
YUV45.67195.34114.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.05%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 165 (64.84% from 255) = 73.66%
R=12.05%
G=14.29%
B=73.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27321650.840.8100.35237.8371.8837.65
Hex1B20A55451023ee4826
Octal334024512412104335611046
Binary1101110000010100101101010010100010100011111011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B20A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,165); }

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

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

 a { background-color: rgb(27,32,165); }

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

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

 span { border-color: rgb(27,32,165); }

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