#1B21AE

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

Shades of Egyptian Blue #1B21AE

Tints of Egyptian Blue #1B21AE

Color information

#1B21AE (or 0x1B21AE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 21 and AE. RGB value is (27,33,174). Sum of RGB (Red+Green+Blue) = 27+33+174=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B21AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B21AE is #E4DE51. Grayscale: #2E2E2E. Windows color (decimal): -14999122 or 11411739. OLE color: 11411739.

HSL color Cylindrical-coordinate representation of color #1B21AE: hue angle of 237.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B21AE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2733174-
CMYK0.840.8100.32
HSL237.55º73.13%39.41%-
HSV(B)237.55º84.48%68.24%-
XYZ8.644.3840.43-
YUV47.28199.51113.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 174 (68.36% from 255) = 74.36%
R=11.54%
G=14.10%
B=74.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27331740.840.8100.32237.5573.1339.41
Hex1B21AE5451020ee4927
Octal334125612412104035611147
Binary1101110000110101110101010010100010100000111011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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