Html Css Color HEX #113EA8 Egyptian Blue

📋 copy color: '#113EA8'

red 17 ◦ green 62 ◦ blue 168

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

Shades of Egyptian Blue #113EA8

Tints of Egyptian Blue #113EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 68.02%

R = 6.88%
G = 25.1%
B = 68.02%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#113EA8 (or 0x113EA8) is known color: Egyptian Blue. HEX triplet: 11, 3E and A8. RGB value is (17,62,168). Sum of RGB (Red+Green+Blue) = 17+62+168=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 168 (66.02% from 255 or 68.02% from 247); Max value from RGB is 168 - color contains mainly: blue. Hex color #113EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EA8 is #EEC157. Grayscale: #3C3C3C. Windows color (decimal): -15647064 or 11025937. OLE color: 11025937.

HSL color Cylindrical-coordinate representation of color #113EA8: hue angle of 222.12º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EA8 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 62 168 -
CMYK 0.90 0.63 0 0.34
HSL 222.12º 0.82% 0.36% -
HSV(B) 222.12º 0.9% 0.66% -
XYZ 9.02 6.39 37.8 -
YUV 60.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 17 62 168 0.90 0.63 0 0.34 222.12 0.82 0.36
Hex 11 3E A8 5A 3F 0 22 DE 52 24
Octal 21 76 250 132 77 0 42 336 122 44
Binary 10001 111110 10101000 1011010 111111 0 100010 11011110 1010010 100100

Color Harmonies of #113EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EA8

Black with #113EA8

Text Example


Text Example

White with #113EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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