Html Css Color HEX #113396 Egyptian Blue

📋 copy color: '#113396'

red 17 ◦ green 51 ◦ blue 150

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

Shades of Egyptian Blue #113396

Tints of Egyptian Blue #113396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 7.8%
G = 23.39%
B = 68.81%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113396 (or 0x113396) is known color: Egyptian Blue. HEX triplet: 11, 33 and 96. RGB value is (17,51,150). Sum of RGB (Red+Green+Blue) = 17+51+150=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #113396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113396 is #EECC69. Grayscale: #333333. Windows color (decimal): -15649898 or 9843473. OLE color: 9843473.

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

Color convert

RGB 17 51 150 -
CMYK 0.89 0.66 0 0.41
HSL 224.66º 0.8% 0.33% -
HSV(B) 224.66º 0.89% 0.59% -
XYZ 6.92 4.69 29.39 -
YUV 52.12 183.24 102.95 -
System Red Green Blue C M Y K H S L
Decimal 17 51 150 0.89 0.66 0 0.41 224.66 0.8 0.33
Hex 11 33 96 59 42 0 29 E1 50 21
Octal 21 63 226 131 102 0 51 341 120 41
Binary 10001 110011 10010110 1011001 1000010 0 101001 11100001 1010000 100001

Color Harmonies of #113396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113396

Black with #113396

Text Example


Text Example

White with #113396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113396; }

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

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

background-color css

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

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

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

border-color css

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

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

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