Html Css Color HEX #113198 Egyptian Blue

📋 copy color: '#113198'

red 17 ◦ green 49 ◦ blue 152

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

Shades of Egyptian Blue #113198

Tints of Egyptian Blue #113198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 152 (59.77% from 255) = 69.72%

R = 7.8%
G = 22.48%
B = 69.72%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#113198 (or 0x113198) is known color: Egyptian Blue. HEX triplet: 11, 31 and 98. RGB value is (17,49,152). Sum of RGB (Red+Green+Blue) = 17+49+152=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #113198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113198 is #EECE67. Grayscale: #323232. Windows color (decimal): -15650408 or 9974033. OLE color: 9974033.

HSL color Cylindrical-coordinate representation of color #113198: hue angle of 225.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113198 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 49 152 -
CMYK 0.89 0.68 0 0.40
HSL 225.78º 0.8% 0.33% -
HSV(B) 225.78º 0.89% 0.6% -
XYZ 7 4.58 30.22 -
YUV 51.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 17 49 152 0.89 0.68 0 0.40 225.78 0.8 0.33
Hex 11 31 98 59 44 0 28 E2 50 21
Octal 21 61 230 131 104 0 50 342 120 41
Binary 10001 110001 10011000 1011001 1000100 0 101000 11100010 1010000 100001

Color Harmonies of #113198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113198

Black with #113198

Text Example


Text Example

White with #113198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113198; }

 p { color: rgb(17,49,152); }

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

background-color css

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

 a { background-color: rgb(17,49,152); }

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

border-color css

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

 span { border-color: rgb(17,49,152); }

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