Html Css Color HEX #113DAD Egyptian Blue

📋 copy color: '#113DAD'

red 17 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #113DAD

Tints of Egyptian Blue #113DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

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

R = 6.77%
G = 24.3%
B = 68.92%

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

#113DAD (or 0x113DAD) is known color: Egyptian Blue. HEX triplet: 11, 3D and AD. RGB value is (17,61,173). Sum of RGB (Red+Green+Blue) = 17+61+173=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #113DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DAD is #EEC252. Grayscale: #3C3C3C. Windows color (decimal): -15647315 or 11353361. OLE color: 11353361.

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

Color convert

RGB 17 61 173 -
CMYK 0.90 0.65 0 0.32
HSL 223.08º 0.82% 0.37% -
HSV(B) 223.08º 0.9% 0.68% -
XYZ 9.44 6.47 40.29 -
YUV 60.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 17 61 173 0.90 0.65 0 0.32 223.08 0.82 0.37
Hex 11 3D AD 5A 41 0 20 DF 52 25
Octal 21 75 255 132 101 0 40 337 122 45
Binary 10001 111101 10101101 1011010 1000001 0 100000 11011111 1010010 100101

Color Harmonies of #113DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DAD

Black with #113DAD

Text Example


Text Example

White with #113DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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