Html Css Color HEX #113DA1 Egyptian Blue

📋 copy color: '#113DA1'

red 17 ◦ green 61 ◦ blue 161

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

Shades of Egyptian Blue #113DA1

Tints of Egyptian Blue #113DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 67.36%

R = 7.11%
G = 25.52%
B = 67.36%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#113DA1 (or 0x113DA1) is known color: Egyptian Blue. HEX triplet: 11, 3D and A1. RGB value is (17,61,161). Sum of RGB (Red+Green+Blue) = 17+61+161=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #113DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DA1 is #EEC25E. Grayscale: #3A3A3A. Windows color (decimal): -15647327 or 10566929. OLE color: 10566929.

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

Color convert

RGB 17 61 161 -
CMYK 0.89 0.62 0 0.37
HSL 221.67º 0.81% 0.35% -
HSV(B) 221.67º 0.89% 0.63% -
XYZ 8.33 6.03 34.44 -
YUV 59.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 17 61 161 0.89 0.62 0 0.37 221.67 0.81 0.35
Hex 11 3D A1 59 3E 0 25 DE 51 23
Octal 21 75 241 131 76 0 45 336 121 43
Binary 10001 111101 10100001 1011001 111110 0 100101 11011110 1010001 100011

Color Harmonies of #113DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DA1

Black with #113DA1

Text Example


Text Example

White with #113DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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