Html Css Color HEX #113CA6 Egyptian Blue

📋 copy color: '#113CA6'

red 17 ◦ green 60 ◦ blue 166

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

Shades of Egyptian Blue #113CA6

Tints of Egyptian Blue #113CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 68.31%

R = 7%
G = 24.69%
B = 68.31%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#113CA6 (or 0x113CA6) is known color: Egyptian Blue. HEX triplet: 11, 3C and A6. RGB value is (17,60,166). Sum of RGB (Red+Green+Blue) = 17+60+166=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #113CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CA6 is #EEC359. Grayscale: #3A3A3A. Windows color (decimal): -15647578 or 10894353. OLE color: 10894353.

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

Color convert

RGB 17 60 166 -
CMYK 0.90 0.64 0 0.35
HSL 222.68º 0.81% 0.36% -
HSV(B) 222.68º 0.9% 0.65% -
XYZ 8.73 6.1 36.79 -
YUV 59.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 17 60 166 0.90 0.64 0 0.35 222.68 0.81 0.36
Hex 11 3C A6 5A 40 0 23 DF 51 24
Octal 21 74 246 132 100 0 43 337 121 44
Binary 10001 111100 10100110 1011010 1000000 0 100011 11011111 1010001 100100

Color Harmonies of #113CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CA6

Black with #113CA6

Text Example


Text Example

White with #113CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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