Html Css Color HEX #113297 Egyptian Blue

📋 copy color: '#113297'

red 17 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #113297

Tints of Egyptian Blue #113297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.27%

R = 7.8%
G = 22.94%
B = 69.27%

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

#113297 (or 0x113297) is known color: Egyptian Blue. HEX triplet: 11, 32 and 97. RGB value is (17,50,151). Sum of RGB (Red+Green+Blue) = 17+50+151=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #113297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113297 is #EECD68. Grayscale: #333333. Windows color (decimal): -15650153 or 9908753. OLE color: 9908753.

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

Color convert

RGB 17 50 151 -
CMYK 0.89 0.67 0 0.41
HSL 225.22º 0.8% 0.33% -
HSV(B) 225.22º 0.89% 0.59% -
XYZ 6.96 4.63 29.81 -
YUV 51.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 17 50 151 0.89 0.67 0 0.41 225.22 0.8 0.33
Hex 11 32 97 59 43 0 29 E1 50 21
Octal 21 62 227 131 103 0 51 341 120 41
Binary 10001 110010 10010111 1011001 1000011 0 101001 11100001 1010000 100001

Color Harmonies of #113297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113297

Black with #113297

Text Example


Text Example

White with #113297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113297; }

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

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

background-color css

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

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

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

border-color css

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

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

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