Html Css Color HEX #113AAC Egyptian Blue

📋 copy color: '#113AAC'

red 17 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #113AAC

Tints of Egyptian Blue #113AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 6.88%
G = 23.48%
B = 69.64%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#113AAC (or 0x113AAC) is known color: Egyptian Blue. HEX triplet: 11, 3A and AC. RGB value is (17,58,172). Sum of RGB (Red+Green+Blue) = 17+58+172=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #113AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AAC is #EEC553. Grayscale: #3A3A3A. Windows color (decimal): -15648084 or 11287057. OLE color: 11287057.

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

Color convert

RGB 17 58 172 -
CMYK 0.90 0.66 0 0.33
HSL 224.13º 0.82% 0.37% -
HSV(B) 224.13º 0.9% 0.67% -
XYZ 9.19 6.12 39.73 -
YUV 58.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 17 58 172 0.90 0.66 0 0.33 224.13 0.82 0.37
Hex 11 3A AC 5A 42 0 21 E0 52 25
Octal 21 72 254 132 102 0 41 340 122 45
Binary 10001 111010 10101100 1011010 1000010 0 100001 11100000 1010010 100101

Color Harmonies of #113AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AAC

Black with #113AAC

Text Example


Text Example

White with #113AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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