Html Css Color HEX #113295 Egyptian Blue

📋 copy color: '#113295'

red 17 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #113295

Tints of Egyptian Blue #113295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 7.87%
G = 23.15%
B = 68.98%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113295 (or 0x113295) is known color: Egyptian Blue. HEX triplet: 11, 32 and 95. RGB value is (17,50,149). Sum of RGB (Red+Green+Blue) = 17+50+149=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #113295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113295 is #EECD6A. Grayscale: #323232. Windows color (decimal): -15650155 or 9777681. OLE color: 9777681.

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

Color convert

RGB 17 50 149 -
CMYK 0.89 0.66 0 0.42
HSL 225º 0.8% 0.33% -
HSV(B) 225º 0.89% 0.58% -
XYZ 6.8 4.57 28.96 -
YUV 51.42 183.07 103.45 -
System Red Green Blue C M Y K H S L
Decimal 17 50 149 0.89 0.66 0 0.42 225 0.8 0.33
Hex 11 32 95 59 42 0 2A E1 50 21
Octal 21 62 225 131 102 0 52 341 120 41
Binary 10001 110010 10010101 1011001 1000010 0 101010 11100001 1010000 100001

Color Harmonies of #113295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113295

Black with #113295

Text Example


Text Example

White with #113295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113295; }

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

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

background-color css

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

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

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

border-color css

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

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

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