Html Css Color HEX #113D9C Egyptian Blue

📋 copy color: '#113D9C'

red 17 ◦ green 61 ◦ blue 156

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

Shades of Egyptian Blue #113D9C

Tints of Egyptian Blue #113D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 7.26%
G = 26.07%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#113D9C (or 0x113D9C) is known color: Egyptian Blue. HEX triplet: 11, 3D and 9C. RGB value is (17,61,156). Sum of RGB (Red+Green+Blue) = 17+61+156=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #113D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D9C is #EEC263. Grayscale: #3A3A3A. Windows color (decimal): -15647332 or 10239249. OLE color: 10239249.

HSL color Cylindrical-coordinate representation of color #113D9C: hue angle of 221.01º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113D9C is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 61 156 -
CMYK 0.89 0.61 0 0.39
HSL 221.01º 0.8% 0.34% -
HSV(B) 221.01º 0.89% 0.61% -
XYZ 7.9 5.86 32.17 -
YUV 58.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 17 61 156 0.89 0.61 0 0.39 221.01 0.8 0.34
Hex 11 3D 9C 59 3D 0 27 DD 50 22
Octal 21 75 234 131 75 0 47 335 120 42
Binary 10001 111101 10011100 1011001 111101 0 100111 11011101 1010000 100010

Color Harmonies of #113D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D9C

Black with #113D9C

Text Example


Text Example

White with #113D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,156); }

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

background-color css

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

 a { background-color: rgb(17,61,156); }

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

border-color css

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

 span { border-color: rgb(17,61,156); }

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