#1123B2

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

Shades of Egyptian Blue #1123B2

Tints of Egyptian Blue #1123B2

Color information

#1123B2 (or 0x1123B2) is unknown color: approx Egyptian Blue. HEX triplet: 11, 23 and B2. RGB value is (17,35,178). Sum of RGB (Red+Green+Blue) = 17+35+178=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 178 (69.92% from 255 or 77.39% from 230); Max value from RGB is 178 - color contains mainly: blue. Hex color #1123B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1123B2 is #EEDC4D. Grayscale: #2D2D2D. Windows color (decimal): -15653966 or 11674385. OLE color: 11674385.

HSL color Cylindrical-coordinate representation of color #1123B2: hue angle of 233.29º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1123B2 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1735178-
CMYK0.900.8000.30
HSL233.29º82.56%38.24%-
HSV(B)233.29º90.45%69.8%-
XYZ8.874.5442.53-
YUV45.92202.54107.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 178 (69.92% from 255) = 77.39%
R=7.39%
G=15.22%
B=77.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17351780.900.8000.30233.2982.5638.24
Hex1123B25A5001Ee95326
Octal214326213212003635112346
Binary100011000111011001010110101010000011110111010011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1123B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1123B2; }

 p { color: rgb(17,35,178); }

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

<style>
 a { background-color: #1123B2; }

 a { background-color: rgb(17,35,178); }

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

<style>
 span { border-color: #1123B2; }

 span { border-color: rgb(17,35,178); }

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