Html Css Color HEX #113CAD Egyptian Blue

📋 copy color: '#113CAD'

red 17 ◦ green 60 ◦ blue 173

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

Shades of Egyptian Blue #113CAD

Tints of Egyptian Blue #113CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 6.8%
G = 24%
B = 69.2%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#113CAD (or 0x113CAD) is known color: Egyptian Blue. HEX triplet: 11, 3C and AD. RGB value is (17,60,173). Sum of RGB (Red+Green+Blue) = 17+60+173=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #113CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CAD is #EEC352. Grayscale: #3B3B3B. Windows color (decimal): -15647571 or 11353105. OLE color: 11353105.

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

Color convert

RGB 17 60 173 -
CMYK 0.90 0.65 0 0.32
HSL 223.46º 0.82% 0.37% -
HSV(B) 223.46º 0.9% 0.68% -
XYZ 9.39 6.37 40.27 -
YUV 60.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 17 60 173 0.90 0.65 0 0.32 223.46 0.82 0.37
Hex 11 3C AD 5A 41 0 20 DF 52 25
Octal 21 74 255 132 101 0 40 337 122 45
Binary 10001 111100 10101101 1011010 1000001 0 100000 11011111 1010010 100101

Color Harmonies of #113CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CAD

Black with #113CAD

Text Example


Text Example

White with #113CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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