Html Css Color HEX #113F9E Egyptian Blue

📋 copy color: '#113F9E'

red 17 ◦ green 63 ◦ blue 158

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

Shades of Egyptian Blue #113F9E

Tints of Egyptian Blue #113F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 158 (62.11% from 255) = 66.39%

R = 7.14%
G = 26.47%
B = 66.39%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#113F9E (or 0x113F9E) is known color: Egyptian Blue. HEX triplet: 11, 3F and 9E. RGB value is (17,63,158). Sum of RGB (Red+Green+Blue) = 17+63+158=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #113F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F9E is #EEC061. Grayscale: #3B3B3B. Windows color (decimal): -15646818 or 10370833. OLE color: 10370833.

HSL color Cylindrical-coordinate representation of color #113F9E: hue angle of 220.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113F9E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 63 158 -
CMYK 0.89 0.60 0 0.38
HSL 220.43º 0.81% 0.34% -
HSV(B) 220.43º 0.89% 0.62% -
XYZ 8.18 6.14 33.1 -
YUV 60.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 17 63 158 0.89 0.60 0 0.38 220.43 0.81 0.34
Hex 11 3F 9E 59 3C 0 26 DC 51 22
Octal 21 77 236 131 74 0 46 334 121 42
Binary 10001 111111 10011110 1011001 111100 0 100110 11011100 1010001 100010

Color Harmonies of #113F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F9E

Black with #113F9E

Text Example


Text Example

White with #113F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,158); }

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

background-color css

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

 a { background-color: rgb(17,63,158); }

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

border-color css

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

 span { border-color: rgb(17,63,158); }

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