Html Css Color HEX #113D97 Egyptian Blue

📋 copy color: '#113D97'

red 17 ◦ green 61 ◦ blue 151

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

Shades of Egyptian Blue #113D97

Tints of Egyptian Blue #113D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 65.94%

R = 7.42%
G = 26.64%
B = 65.94%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113D97 (or 0x113D97) is known color: Egyptian Blue. HEX triplet: 11, 3D and 97. RGB value is (17,61,151). Sum of RGB (Red+Green+Blue) = 17+61+151=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #113D97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D97 is #EEC268. Grayscale: #393939. Windows color (decimal): -15647337 or 9911569. OLE color: 9911569.

HSL color Cylindrical-coordinate representation of color #113D97: hue angle of 220.3º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113D97 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 61 151 -
CMYK 0.89 0.60 0 0.41
HSL 220.3º 0.8% 0.33% -
HSV(B) 220.3º 0.89% 0.59% -
XYZ 7.49 5.69 29.98 -
YUV 58.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 17 61 151 0.89 0.60 0 0.41 220.3 0.8 0.33
Hex 11 3D 97 59 3C 0 29 DC 50 21
Octal 21 75 227 131 74 0 51 334 120 41
Binary 10001 111101 10010111 1011001 111100 0 101001 11011100 1010000 100001

Color Harmonies of #113D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D97

Black with #113D97

Text Example


Text Example

White with #113D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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