#1121AF

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

Shades of Egyptian Blue #1121AF

Tints of Egyptian Blue #1121AF

Color information

#1121AF (or 0x1121AF) is unknown color: approx Egyptian Blue. HEX triplet: 11, 21 and AF. RGB value is (17,33,175). Sum of RGB (Red+Green+Blue) = 17+33+175=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #1121AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1121AF is #EEDE50. Grayscale: #2B2B2B. Windows color (decimal): -15654481 or 11477265. OLE color: 11477265.

HSL color Cylindrical-coordinate representation of color #1121AF: hue angle of 233.92º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1121AF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1733175-
CMYK0.900.8100.31
HSL233.92º82.29%37.65%-
HSV(B)233.92º90.29%68.63%-
XYZ8.514.340.94-
YUV44.4201.7108.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 175 (68.75% from 255) = 77.78%
R=7.56%
G=14.67%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17331750.900.8100.31233.9282.2937.65
Hex1121AF5A5101Fea5226
Octal214125713212103735212246
Binary100011000011010111110110101010001011111111010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1121AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1121AF; }

 p { color: rgb(17,33,175); }

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

<style>
 a { background-color: #1121AF; }

 a { background-color: rgb(17,33,175); }

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

<style>
 span { border-color: #1121AF; }

 span { border-color: rgb(17,33,175); }

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