#1C22AB

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

Shades of Egyptian Blue #1C22AB

Tints of Egyptian Blue #1C22AB

Color information

#1C22AB (or 0x1C22AB) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 22 and AB. RGB value is (28,34,171). Sum of RGB (Red+Green+Blue) = 28+34+171=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C22AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C22AB is #E3DD54. Grayscale: #2F2F2F. Windows color (decimal): -14933333 or 11215388. OLE color: 11215388.

HSL color Cylindrical-coordinate representation of color #1C22AB: hue angle of 237.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C22AB is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2834171-
CMYK0.840.8000.33
HSL237.48º71.86%39.02%-
HSV(B)237.48º83.63%67.06%-
XYZ8.44.3338.92-
YUV47.82197.51113.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 171 (67.19% from 255) = 73.39%
R=12.02%
G=14.59%
B=73.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28341710.840.8000.33237.4871.8639.02
Hex1C22AB5450021ed4827
Octal344225312412004135511047
Binary1110010001010101011101010010100000100001111011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C22AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,171); }

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

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

 a { background-color: rgb(28,34,171); }

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

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

 span { border-color: rgb(28,34,171); }

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