Html Css Color HEX #113695 Egyptian Blue

📋 copy color: '#113695'

red 17 ◦ green 54 ◦ blue 149

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

Shades of Egyptian Blue #113695

Tints of Egyptian Blue #113695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 7.73%
G = 24.55%
B = 67.73%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113695 (or 0x113695) is known color: Egyptian Blue. HEX triplet: 11, 36 and 95. RGB value is (17,54,149). Sum of RGB (Red+Green+Blue) = 17+54+149=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #113695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113695 is #EEC96A. Grayscale: #353535. Windows color (decimal): -15649131 or 9778705. OLE color: 9778705.

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

Color convert

RGB 17 54 149 -
CMYK 0.89 0.64 0 0.42
HSL 223.18º 0.8% 0.33% -
HSV(B) 223.18º 0.89% 0.58% -
XYZ 6.98 4.93 29.02 -
YUV 53.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 17 54 149 0.89 0.64 0 0.42 223.18 0.8 0.33
Hex 11 36 95 59 40 0 2A DF 50 21
Octal 21 66 225 131 100 0 52 337 120 41
Binary 10001 110110 10010101 1011001 1000000 0 101010 11011111 1010000 100001

Color Harmonies of #113695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113695

Black with #113695

Text Example


Text Example

White with #113695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113695; }

 p { color: rgb(17,54,149); }

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

background-color css

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

 a { background-color: rgb(17,54,149); }

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

border-color css

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

 span { border-color: rgb(17,54,149); }

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