Html Css Color HEX #113FAE Egyptian Blue

📋 copy color: '#113FAE'

red 17 ◦ green 63 ◦ blue 174

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

Shades of Egyptian Blue #113FAE

Tints of Egyptian Blue #113FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 6.69%
G = 24.8%
B = 68.5%

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

#113FAE (or 0x113FAE) is known color: Egyptian Blue. HEX triplet: 11, 3F and AE. RGB value is (17,63,174). Sum of RGB (Red+Green+Blue) = 17+63+174=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #113FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FAE is #EEC051. Grayscale: #3D3D3D. Windows color (decimal): -15646802 or 11419409. OLE color: 11419409.

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

Color convert

RGB 17 63 174 -
CMYK 0.90 0.64 0 0.32
HSL 222.42º 0.82% 0.37% -
HSV(B) 222.42º 0.9% 0.68% -
XYZ 9.65 6.73 40.83 -
YUV 61.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 17 63 174 0.90 0.64 0 0.32 222.42 0.82 0.37
Hex 11 3F AE 5A 40 0 20 DE 52 25
Octal 21 77 256 132 100 0 40 336 122 45
Binary 10001 111111 10101110 1011010 1000000 0 100000 11011110 1010010 100101

Color Harmonies of #113FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FAE

Black with #113FAE

Text Example


Text Example

White with #113FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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