Html Css Color HEX #113795 Egyptian Blue

📋 copy color: '#113795'

red 17 ◦ green 55 ◦ blue 149

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

Shades of Egyptian Blue #113795

Tints of Egyptian Blue #113795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 7.69%
G = 24.89%
B = 67.42%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113795 (or 0x113795) is known color: Egyptian Blue. HEX triplet: 11, 37 and 95. RGB value is (17,55,149). Sum of RGB (Red+Green+Blue) = 17+55+149=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #113795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113795 is #EEC86A. Grayscale: #353535. Windows color (decimal): -15648875 or 9778961. OLE color: 9778961.

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

Color convert

RGB 17 55 149 -
CMYK 0.89 0.63 0 0.42
HSL 222.73º 0.8% 0.33% -
HSV(B) 222.73º 0.89% 0.58% -
XYZ 7.02 5.02 29.03 -
YUV 54.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 17 55 149 0.89 0.63 0 0.42 222.73 0.8 0.33
Hex 11 37 95 59 3F 0 2A DF 50 21
Octal 21 67 225 131 77 0 52 337 120 41
Binary 10001 110111 10010101 1011001 111111 0 101010 11011111 1010000 100001

Color Harmonies of #113795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113795

Black with #113795

Text Example


Text Example

White with #113795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113795; }

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

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

background-color css

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

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

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

border-color css

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

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

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