#1222A8

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

Shades of Egyptian Blue #1222A8

Tints of Egyptian Blue #1222A8

Color information

#1222A8 (or 0x1222A8) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and A8. RGB value is (18,34,168). Sum of RGB (Red+Green+Blue) = 18+34+168=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 168 (66.02% from 255 or 76.36% from 220); Max value from RGB is 168 - color contains mainly: blue. Hex color #1222A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1222A8 is #EDDD57. Grayscale: #2B2B2B. Windows color (decimal): -15588696 or 11018770. OLE color: 11018770.

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

Color convert

RGB1834168-
CMYK0.890.8000.34
HSL233.6º80.65%36.47%-
HSV(B)233.6º89.29%65.88%-
XYZ7.894.137.42-
YUV44.49197.7109.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 168 (66.02% from 255) = 76.36%
R=8.18%
G=15.45%
B=76.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18341680.890.8000.34233.680.6536.47
Hex1222A85950022ea5124
Octal224225013112004235212144
Binary1001010001010101000101100110100000100010111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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