Html Css Color HEX #113CAE Egyptian Blue

📋 copy color: '#113CAE'

red 17 ◦ green 60 ◦ blue 174

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

Shades of Egyptian Blue #113CAE

Tints of Egyptian Blue #113CAE

RGB

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

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

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

R = 6.77%
G = 23.9%
B = 69.32%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#113CAE (or 0x113CAE) is known color: Egyptian Blue. HEX triplet: 11, 3C and AE. RGB value is (17,60,174). Sum of RGB (Red+Green+Blue) = 17+60+174=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #113CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CAE is #EEC351. Grayscale: #3B3B3B. Windows color (decimal): -15647570 or 11418641. OLE color: 11418641.

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

Color convert

RGB 17 60 174 -
CMYK 0.90 0.66 0 0.32
HSL 223.57º 0.82% 0.37% -
HSV(B) 223.57º 0.9% 0.68% -
XYZ 9.49 6.41 40.78 -
YUV 60.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 17 60 174 0.90 0.66 0 0.32 223.57 0.82 0.37
Hex 11 3C AE 5A 42 0 20 E0 52 25
Octal 21 74 256 132 102 0 40 340 122 45
Binary 10001 111100 10101110 1011010 1000010 0 100000 11100000 1010010 100101

Color Harmonies of #113CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CAE

Black with #113CAE

Text Example


Text Example

White with #113CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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