#1B22AE

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

Shades of Egyptian Blue #1B22AE

Tints of Egyptian Blue #1B22AE

Color information

#1B22AE (or 0x1B22AE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 22 and AE. RGB value is (27,34,174). Sum of RGB (Red+Green+Blue) = 27+34+174=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B22AE is #E4DD51. Grayscale: #2F2F2F. Windows color (decimal): -14998866 or 11411995. OLE color: 11411995.

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

Color convert

RGB2734174-
CMYK0.840.8000.32
HSL237.14º73.13%39.41%-
HSV(B)237.14º84.48%68.24%-
XYZ8.664.4340.44-
YUV47.87199.18113.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 174 (68.36% from 255) = 74.04%
R=11.49%
G=14.47%
B=74.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27341740.840.8000.32237.1473.1339.41
Hex1B22AE5450020ed4927
Octal334225612412004035511147
Binary1101110001010101110101010010100000100000111011011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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