#1138A2

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

Shades of Egyptian Blue #1138A2

Tints of Egyptian Blue #1138A2

Color information

#1138A2 (or 0x1138A2) is unknown color: approx Egyptian Blue. HEX triplet: 11, 38 and A2. RGB value is (17,56,162). Sum of RGB (Red+Green+Blue) = 17+56+162=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #1138A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138A2 is #EEC75D. Grayscale: #373737. Windows color (decimal): -15648606 or 10631185. OLE color: 10631185.

HSL color Cylindrical-coordinate representation of color #1138A2: hue angle of 223.86º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1138A2 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1756162-
CMYK0.900.6500.36
HSL223.86º81.01%35.1%-
HSV(B)223.86º89.51%63.53%-
XYZ8.175.5634.82-
YUV56.42187.5899.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 162 (63.67% from 255) = 68.94%
R=7.23%
G=23.83%
B=68.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17561620.900.6500.36223.8681.0135.1
Hex1138A25A41024e05123
Octal217024213210104434012143
Binary1000111100010100010101101010000010100100111000001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1138A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1138A2; }

 p { color: rgb(17,56,162); }

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

<style>
 a { background-color: #1138A2; }

 a { background-color: rgb(17,56,162); }

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

<style>
 span { border-color: #1138A2; }

 span { border-color: rgb(17,56,162); }

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