Html Css Color HEX #113AAE Egyptian Blue

📋 copy color: '#113AAE'

red 17 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #113AAE

Tints of Egyptian Blue #113AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 6.83%
G = 23.29%
B = 69.88%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#113AAE (or 0x113AAE) is known color: Egyptian Blue. HEX triplet: 11, 3A and AE. RGB value is (17,58,174). Sum of RGB (Red+Green+Blue) = 17+58+174=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #113AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AAE is #EEC551. Grayscale: #3A3A3A. Windows color (decimal): -15648082 or 11418129. OLE color: 11418129.

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

Color convert

RGB 17 58 174 -
CMYK 0.90 0.67 0 0.32
HSL 224.33º 0.82% 0.37% -
HSV(B) 224.33º 0.9% 0.68% -
XYZ 9.38 6.2 40.75 -
YUV 58.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 17 58 174 0.90 0.67 0 0.32 224.33 0.82 0.37
Hex 11 3A AE 5A 43 0 20 E0 52 25
Octal 21 72 256 132 103 0 40 340 122 45
Binary 10001 111010 10101110 1011010 1000011 0 100000 11100000 1010010 100101

Color Harmonies of #113AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AAE

Black with #113AAE

Text Example


Text Example

White with #113AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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