Html Css Color HEX #113CA2 Egyptian Blue

📋 copy color: '#113CA2'

red 17 ◦ green 60 ◦ blue 162

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

Shades of Egyptian Blue #113CA2

Tints of Egyptian Blue #113CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

 BLUE value IS 162 (63.67% from 255) = 67.78%

R = 7.11%
G = 25.1%
B = 67.78%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#113CA2 (or 0x113CA2) is known color: Egyptian Blue. HEX triplet: 11, 3C and A2. RGB value is (17,60,162). Sum of RGB (Red+Green+Blue) = 17+60+162=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #113CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CA2 is #EEC35D. Grayscale: #3A3A3A. Windows color (decimal): -15647582 or 10632209. OLE color: 10632209.

HSL color Cylindrical-coordinate representation of color #113CA2: hue angle of 222.21º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113CA2 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 60 162 -
CMYK 0.90 0.63 0 0.36
HSL 222.21º 0.81% 0.35% -
HSV(B) 222.21º 0.9% 0.64% -
XYZ 8.37 5.96 34.89 -
YUV 58.77 186.25 98.21 -
System Red Green Blue C M Y K H S L
Decimal 17 60 162 0.90 0.63 0 0.36 222.21 0.81 0.35
Hex 11 3C A2 5A 3F 0 24 DE 51 23
Octal 21 74 242 132 77 0 44 336 121 43
Binary 10001 111100 10100010 1011010 111111 0 100100 11011110 1010001 100011

Color Harmonies of #113CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CA2

Black with #113CA2

Text Example


Text Example

White with #113CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,162); }

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

background-color css

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

 a { background-color: rgb(17,60,162); }

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

border-color css

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

 span { border-color: rgb(17,60,162); }

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