Html Css Color HEX #113398 Egyptian Blue

📋 copy color: '#113398'

red 17 ◦ green 51 ◦ blue 152

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

Shades of Egyptian Blue #113398

Tints of Egyptian Blue #113398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 7.73%
G = 23.18%
B = 69.09%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#113398 (or 0x113398) is known color: Egyptian Blue. HEX triplet: 11, 33 and 98. RGB value is (17,51,152). Sum of RGB (Red+Green+Blue) = 17+51+152=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #113398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113398 is #EECC67. Grayscale: #333333. Windows color (decimal): -15649896 or 9974545. OLE color: 9974545.

HSL color Cylindrical-coordinate representation of color #113398: hue angle of 224.89º 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 #113398 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 51 152 -
CMYK 0.89 0.66 0 0.40
HSL 224.89º 0.8% 0.33% -
HSV(B) 224.89º 0.89% 0.6% -
XYZ 7.08 4.75 30.25 -
YUV 52.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 17 51 152 0.89 0.66 0 0.40 224.89 0.8 0.33
Hex 11 33 98 59 42 0 28 E1 50 21
Octal 21 63 230 131 102 0 50 341 120 41
Binary 10001 110011 10011000 1011001 1000010 0 101000 11100001 1010000 100001

Color Harmonies of #113398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113398

Black with #113398

Text Example


Text Example

White with #113398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113398; }

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

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

background-color css

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

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

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

border-color css

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

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

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