Html Css Color HEX #113FAD Egyptian Blue

📋 copy color: '#113FAD'

red 17 ◦ green 63 ◦ blue 173

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

Shades of Egyptian Blue #113FAD

Tints of Egyptian Blue #113FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 6.72%
G = 24.9%
B = 68.38%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#113FAD (or 0x113FAD) is known color: Egyptian Blue. HEX triplet: 11, 3F and AD. RGB value is (17,63,173). Sum of RGB (Red+Green+Blue) = 17+63+173=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #113FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FAD is #EEC052. Grayscale: #3D3D3D. Windows color (decimal): -15646803 or 11353873. OLE color: 11353873.

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

Color convert

RGB 17 63 173 -
CMYK 0.90 0.64 0 0.32
HSL 222.31º 0.82% 0.37% -
HSV(B) 222.31º 0.9% 0.68% -
XYZ 9.55 6.69 40.32 -
YUV 61.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 17 63 173 0.90 0.64 0 0.32 222.31 0.82 0.37
Hex 11 3F AD 5A 40 0 20 DE 52 25
Octal 21 77 255 132 100 0 40 336 122 45
Binary 10001 111111 10101101 1011010 1000000 0 100000 11011110 1010010 100101

Color Harmonies of #113FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FAD

Black with #113FAD

Text Example


Text Example

White with #113FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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