#1222AB

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

Shades of Egyptian Blue #1222AB

Tints of Egyptian Blue #1222AB

Color information

#1222AB (or 0x1222AB) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and AB. RGB value is (18,34,171). Sum of RGB (Red+Green+Blue) = 18+34+171=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #1222AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1222AB is #EDDD54. Grayscale: #2C2C2C. Windows color (decimal): -15588693 or 11215378. OLE color: 11215378.

HSL color Cylindrical-coordinate representation of color #1222AB: hue angle of 233.73º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1222AB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1834171-
CMYK0.890.8000.33
HSL233.73º80.95%37.06%-
HSV(B)233.73º89.47%67.06%-
XYZ8.174.2138.91-
YUV44.83199.2108.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=8.07%
G=15.25%
B=76.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18341710.890.8000.33233.7380.9537.06
Hex1222AB5950021ea5125
Octal224225313112004135212145
Binary1001010001010101011101100110100000100001111010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1222AB; }

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

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

<style>
 a { background-color: #1222AB; }

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

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

<style>
 span { border-color: #1222AB; }

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

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