Html Css Color HEX #113BA9 Egyptian Blue

📋 copy color: '#113BA9'

red 17 ◦ green 59 ◦ blue 169

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

Shades of Egyptian Blue #113BA9

Tints of Egyptian Blue #113BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 6.94%
G = 24.08%
B = 68.98%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#113BA9 (or 0x113BA9) is known color: Egyptian Blue. HEX triplet: 11, 3B and A9. RGB value is (17,59,169). Sum of RGB (Red+Green+Blue) = 17+59+169=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #113BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BA9 is #EEC456. Grayscale: #3A3A3A. Windows color (decimal): -15647831 or 11090705. OLE color: 11090705.

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

Color convert

RGB 17 59 169 -
CMYK 0.90 0.65 0 0.34
HSL 223.42º 0.82% 0.36% -
HSV(B) 223.42º 0.9% 0.66% -
XYZ 8.96 6.11 38.24 -
YUV 58.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 17 59 169 0.90 0.65 0 0.34 223.42 0.82 0.36
Hex 11 3B A9 5A 41 0 22 DF 52 24
Octal 21 73 251 132 101 0 42 337 122 44
Binary 10001 111011 10101001 1011010 1000001 0 100010 11011111 1010010 100100

Color Harmonies of #113BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BA9

Black with #113BA9

Text Example


Text Example

White with #113BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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