#1222A7

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

Shades of Egyptian Blue #1222A7

Tints of Egyptian Blue #1222A7

Color information

#1222A7 (or 0x1222A7) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and A7. RGB value is (18,34,167). Sum of RGB (Red+Green+Blue) = 18+34+167=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 167 (65.62% from 255 or 76.26% from 219); Max value from RGB is 167 - color contains mainly: blue. Hex color #1222A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1222A7 is #EDDD58. Grayscale: #2B2B2B. Windows color (decimal): -15588697 or 10953234. OLE color: 10953234.

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

Color convert

RGB1834167-
CMYK0.890.8000.35
HSL233.56º80.54%36.27%-
HSV(B)233.56º89.22%65.49%-
XYZ7.84.0636.93-
YUV44.38197.2109.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 167 (65.62% from 255) = 76.26%
R=8.22%
G=15.53%
B=76.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18341670.890.8000.35233.5680.5436.27
Hex1222A75950023ea5124
Octal224224713112004335212144
Binary1001010001010100111101100110100000100011111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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