#1120B5

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

Shades of Egyptian Blue #1120B5

Tints of Egyptian Blue #1120B5

Color information

#1120B5 (or 0x1120B5) is unknown color: approx Egyptian Blue. HEX triplet: 11, 20 and B5. RGB value is (17,32,181). Sum of RGB (Red+Green+Blue) = 17+32+181=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 181 (71.09% from 255 or 78.70% from 230); Max value from RGB is 181 - color contains mainly: blue. Hex color #1120B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120B5 is #EEDF4A. Grayscale: #2B2B2B. Windows color (decimal): -15654731 or 11870225. OLE color: 11870225.

HSL color Cylindrical-coordinate representation of color #1120B5: hue angle of 234.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1120B5 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1732181-
CMYK0.910.8200.29
HSL234.51º82.83%38.82%-
HSV(B)234.51º90.61%70.98%-
XYZ9.094.4944.1-
YUV44.5205.03108.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 181 (71.09% from 255) = 78.70%
R=7.39%
G=13.91%
B=78.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17321810.910.8200.29234.5182.8338.82
Hex1120B55B5201Deb5327
Octal214026513312203535312347
Binary100011000001011010110110111010010011101111010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1120B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1120B5; }

 p { color: rgb(17,32,181); }

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

<style>
 a { background-color: #1120B5; }

 a { background-color: rgb(17,32,181); }

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

<style>
 span { border-color: #1120B5; }

 span { border-color: rgb(17,32,181); }

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