Html Css Color HEX #113397 Egyptian Blue

📋 copy color: '#113397'

red 17 ◦ green 51 ◦ blue 151

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

Shades of Egyptian Blue #113397

Tints of Egyptian Blue #113397

RGB

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

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

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

R = 7.76%
G = 23.29%
B = 68.95%

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

#113397 (or 0x113397) is known color: Egyptian Blue. HEX triplet: 11, 33 and 97. RGB value is (17,51,151). Sum of RGB (Red+Green+Blue) = 17+51+151=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #113397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113397 is #EECC68. Grayscale: #333333. Windows color (decimal): -15649897 or 9909009. OLE color: 9909009.

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

Color convert

RGB 17 51 151 -
CMYK 0.89 0.66 0 0.41
HSL 224.78º 0.8% 0.33% -
HSV(B) 224.78º 0.89% 0.59% -
XYZ 7 4.72 29.82 -
YUV 52.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 17 51 151 0.89 0.66 0 0.41 224.78 0.8 0.33
Hex 11 33 97 59 42 0 29 E1 50 21
Octal 21 63 227 131 102 0 51 341 120 41
Binary 10001 110011 10010111 1011001 1000010 0 101001 11100001 1010000 100001

Color Harmonies of #113397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113397

Black with #113397

Text Example


Text Example

White with #113397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113397; }

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

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

background-color css

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

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

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

border-color css

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

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

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