Html Css Color HEX #113EAC Egyptian Blue

📋 copy color: '#113EAC'

red 17 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #113EAC

Tints of Egyptian Blue #113EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

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

R = 6.77%
G = 24.7%
B = 68.53%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#113EAC (or 0x113EAC) is known color: Egyptian Blue. HEX triplet: 11, 3E and AC. RGB value is (17,62,172). Sum of RGB (Red+Green+Blue) = 17+62+172=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #113EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EAC is #EEC153. Grayscale: #3C3C3C. Windows color (decimal): -15647060 or 11288081. OLE color: 11288081.

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

Color convert

RGB 17 62 172 -
CMYK 0.90 0.64 0 0.33
HSL 222.58º 0.82% 0.37% -
HSV(B) 222.58º 0.9% 0.67% -
XYZ 9.4 6.54 39.8 -
YUV 61.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 17 62 172 0.90 0.64 0 0.33 222.58 0.82 0.37
Hex 11 3E AC 5A 40 0 21 DF 52 25
Octal 21 76 254 132 100 0 41 337 122 45
Binary 10001 111110 10101100 1011010 1000000 0 100001 11011111 1010010 100101

Color Harmonies of #113EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EAC

Black with #113EAC

Text Example


Text Example

White with #113EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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