Html Css Color HEX #113C99 Egyptian Blue

📋 copy color: '#113C99'

red 17 ◦ green 60 ◦ blue 153

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

Shades of Egyptian Blue #113C99

Tints of Egyptian Blue #113C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 7.39%
G = 26.09%
B = 66.52%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113C99 (or 0x113C99) is known color: Egyptian Blue. HEX triplet: 11, 3C and 99. RGB value is (17,60,153). Sum of RGB (Red+Green+Blue) = 17+60+153=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #113C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C99 is #EEC366. Grayscale: #393939. Windows color (decimal): -15647591 or 10042385. OLE color: 10042385.

HSL color Cylindrical-coordinate representation of color #113C99: hue angle of 221.03º 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 #113C99 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 60 153 -
CMYK 0.89 0.61 0 0.4
HSL 221.03º 0.8% 0.33% -
HSV(B) 221.03º 0.89% 0.6% -
XYZ 7.6 5.65 30.83 -
YUV 57.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 17 60 153 0.89 0.61 0 0.4 221.03 0.8 0.33
Hex 11 3C 99 59 3D 0 28 DD 50 21
Octal 21 74 231 131 75 0 50 335 120 41
Binary 10001 111100 10011001 1011001 111101 0 101000 11011101 1010000 100001

Color Harmonies of #113C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C99

Black with #113C99

Text Example


Text Example

White with #113C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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