#113CB2

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

Shades of Egyptian Blue #113CB2

Tints of Egyptian Blue #113CB2

Color information

#113CB2 (or 0x113CB2) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3C and B2. RGB value is (17,60,178). Sum of RGB (Red+Green+Blue) = 17+60+178=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #113CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CB2 is #EEC34D. Grayscale: #3C3C3C. Windows color (decimal): -15647566 or 11680785. OLE color: 11680785.

HSL color Cylindrical-coordinate representation of color #113CB2: hue angle of 223.98º 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 #113CB2 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1760178-
CMYK0.900.6600.30
HSL223.98º82.56%38.24%-
HSV(B)223.98º90.45%69.8%-
XYZ9.886.5742.87-
YUV60.6194.2596.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 178 (69.92% from 255) = 69.80%
R=6.67%
G=23.53%
B=69.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17601780.900.6600.30223.9882.5638.24
Hex113CB25A4201Ee05326
Octal217426213210203634012346
Binary100011111001011001010110101000010011110111000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113CB2; }

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

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

<style>
 a { background-color: #113CB2; }

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

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

<style>
 span { border-color: #113CB2; }

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

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