Html Css Color HEX #113AAA Egyptian Blue

📋 copy color: '#113AAA'

red 17 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #113AAA

Tints of Egyptian Blue #113AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 6.94%
G = 23.67%
B = 69.39%

CMYK

 C value IS 0.9

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#113AAA (or 0x113AAA) is known color: Egyptian Blue. HEX triplet: 11, 3A and AA. RGB value is (17,58,170). Sum of RGB (Red+Green+Blue) = 17+58+170=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #113AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AAA is #EEC555. Grayscale: #3A3A3A. Windows color (decimal): -15648086 or 11155985. OLE color: 11155985.

HSL color Cylindrical-coordinate representation of color #113AAA: hue angle of 223.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113AAA is Cyan = 0.9, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 58 170 -
CMYK 0.9 0.66 0 0.33
HSL 223.92º 0.82% 0.37% -
HSV(B) 223.92º 0.9% 0.67% -
XYZ 9 6.05 38.72 -
YUV 58.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 17 58 170 0.9 0.66 0 0.33 223.92 0.82 0.37
Hex 11 3A AA 5A 42 0 21 E0 52 25
Octal 21 72 252 132 102 0 41 340 122 45
Binary 10001 111010 10101010 1011010 1000010 0 100001 11100000 1010010 100101

Color Harmonies of #113AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AAA

Black with #113AAA

Text Example


Text Example

White with #113AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,170); }

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

background-color css

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

 a { background-color: rgb(17,58,170); }

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

border-color css

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

 span { border-color: rgb(17,58,170); }

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