#1221A7

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

Shades of Egyptian Blue #1221A7

Tints of Egyptian Blue #1221A7

Color information

#1221A7 (or 0x1221A7) is unknown color: approx Egyptian Blue. HEX triplet: 12, 21 and A7. RGB value is (18,33,167). Sum of RGB (Red+Green+Blue) = 18+33+167=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 167 (65.62% from 255 or 76.61% from 218); Max value from RGB is 167 - color contains mainly: blue. Hex color #1221A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1221A7 is #EDDE58. Grayscale: #2B2B2B. Windows color (decimal): -15588953 or 10952978. OLE color: 10952978.

HSL color Cylindrical-coordinate representation of color #1221A7: hue angle of 233.96º 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 #1221A7 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1833167-
CMYK0.890.8000.35
HSL233.96º80.54%36.27%-
HSV(B)233.96º89.22%65.49%-
XYZ7.774.0136.92-
YUV43.79197.53109.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 167 (65.62% from 255) = 76.61%
R=8.26%
G=15.14%
B=76.61%

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
Decimal18331670.890.8000.35233.9680.5436.27
Hex1221A75950023ea5124
Octal224124713112004335212144
Binary1001010000110100111101100110100000100011111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1221A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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