Html Css Color HEX #113296 Egyptian Blue

📋 copy color: '#113296'

red 17 ◦ green 50 ◦ blue 150

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

Shades of Egyptian Blue #113296

Tints of Egyptian Blue #113296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 7.83%
G = 23.04%
B = 69.12%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113296 (or 0x113296) is known color: Egyptian Blue. HEX triplet: 11, 32 and 96. RGB value is (17,50,150). Sum of RGB (Red+Green+Blue) = 17+50+150=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #113296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113296 is #EECD69. Grayscale: #333333. Windows color (decimal): -15650154 or 9843217. OLE color: 9843217.

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

Color convert

RGB 17 50 150 -
CMYK 0.89 0.67 0 0.41
HSL 225.11º 0.8% 0.33% -
HSV(B) 225.11º 0.89% 0.59% -
XYZ 6.88 4.6 29.38 -
YUV 51.53 183.57 103.37 -
System Red Green Blue C M Y K H S L
Decimal 17 50 150 0.89 0.67 0 0.41 225.11 0.8 0.33
Hex 11 32 96 59 43 0 29 E1 50 21
Octal 21 62 226 131 103 0 51 341 120 41
Binary 10001 110010 10010110 1011001 1000011 0 101001 11100001 1010000 100001

Color Harmonies of #113296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113296

Black with #113296

Text Example


Text Example

White with #113296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113296; }

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

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

background-color css

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

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

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

border-color css

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

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

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