Html Css Color HEX #113EA3 Egyptian Blue

📋 copy color: '#113EA3'

red 17 ◦ green 62 ◦ blue 163

#113EA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #113EA3

Tints of Egyptian Blue #113EA3

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

 GREEN value IS 62 (24.61% from 255) = 25.62%

 BLUE value IS 163 (64.06% from 255) = 67.36%

R = 7.02%
G = 25.62%
B = 67.36%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#113EA3 (or 0x113EA3) is known color: Egyptian Blue. HEX triplet: 11, 3E and A3. RGB value is (17,62,163). Sum of RGB (Red+Green+Blue) = 17+62+163=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #113EA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EA3 is #EEC15C. Grayscale: #3B3B3B. Windows color (decimal): -15647069 or 10698257. OLE color: 10698257.

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

Color convert

RGB 17 62 163 -
CMYK 0.90 0.62 0 0.36
HSL 221.51º 0.81% 0.35% -
HSV(B) 221.51º 0.9% 0.64% -
XYZ 8.56 6.21 35.4 -
YUV 60.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 17 62 163 0.90 0.62 0 0.36 221.51 0.81 0.35
Hex 11 3E A3 5A 3E 0 24 DE 51 23
Octal 21 76 243 132 76 0 44 336 121 43
Binary 10001 111110 10100011 1011010 111110 0 100100 11011110 1010001 100011

Color Harmonies of #113EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EA3

Black with #113EA3

Text Example


Text Example

White with #113EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,62,163); }

 H1.HeaderClassName
 {
   color: #113EA3;
 }
 .AnyTagClassName
 {
   color: #113EA3;
 }
</style>

background-color css

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

 a { background-color: rgb(17,62,163); }

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

border-color css

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

 span { border-color: rgb(17,62,163); }

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