Html Css Color HEX #113DA9 Egyptian Blue

📋 copy color: '#113DA9'

red 17 ◦ green 61 ◦ blue 169

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

Shades of Egyptian Blue #113DA9

Tints of Egyptian Blue #113DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 68.42%

R = 6.88%
G = 24.7%
B = 68.42%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#113DA9 (or 0x113DA9) is known color: Egyptian Blue. HEX triplet: 11, 3D and A9. RGB value is (17,61,169). Sum of RGB (Red+Green+Blue) = 17+61+169=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #113DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DA9 is #EEC256. Grayscale: #3B3B3B. Windows color (decimal): -15647319 or 11091217. OLE color: 11091217.

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

Color convert

RGB 17 61 169 -
CMYK 0.90 0.64 0 0.34
HSL 222.63º 0.82% 0.36% -
HSV(B) 222.63º 0.9% 0.66% -
XYZ 9.06 6.32 38.28 -
YUV 60.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 17 61 169 0.90 0.64 0 0.34 222.63 0.82 0.36
Hex 11 3D A9 5A 40 0 22 DF 52 24
Octal 21 75 251 132 100 0 42 337 122 44
Binary 10001 111101 10101001 1011010 1000000 0 100010 11011111 1010010 100100

Color Harmonies of #113DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DA9

Black with #113DA9

Text Example


Text Example

White with #113DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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