#1B21A5

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

Shades of Egyptian Blue #1B21A5

Tints of Egyptian Blue #1B21A5

Color information

#1B21A5 (or 0x1B21A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 21 and A5. RGB value is (27,33,165). Sum of RGB (Red+Green+Blue) = 27+33+165=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B21A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B21A5 is #E4DE5A. Grayscale: #2D2D2D. Windows color (decimal): -14999131 or 10821915. OLE color: 10821915.

HSL color Cylindrical-coordinate representation of color #1B21A5: hue angle of 237.39º 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 #1B21A5 is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2733165-
CMYK0.840.800.35
HSL237.39º71.88%37.65%-
HSV(B)237.39º83.64%64.71%-
XYZ7.794.0435.97-
YUV46.25195.01114.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 165 (64.84% from 255) = 73.33%
R=12%
G=14.67%
B=73.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27331650.840.800.35237.3971.8837.65
Hex1B21A55450023ed4826
Octal334124512412004335511046
Binary1101110000110100101101010010100000100011111011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B21A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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