Html Css Color HEX #113494 Egyptian Blue

📋 copy color: '#113494'

red 17 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #113494

Tints of Egyptian Blue #113494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 7.83%
G = 23.96%
B = 68.2%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113494 (or 0x113494) is known color: Egyptian Blue. HEX triplet: 11, 34 and 94. RGB value is (17,52,148). Sum of RGB (Red+Green+Blue) = 17+52+148=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #113494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113494 is #EECB6B. Grayscale: #343434. Windows color (decimal): -15649644 or 9712657. OLE color: 9712657.

HSL color Cylindrical-coordinate representation of color #113494: hue angle of 223.97º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113494 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 52 148 -
CMYK 0.89 0.65 0 0.42
HSL 223.97º 0.79% 0.32% -
HSV(B) 223.97º 0.89% 0.58% -
XYZ 6.8 4.71 28.57 -
YUV 52.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 17 52 148 0.89 0.65 0 0.42 223.97 0.79 0.32
Hex 11 34 94 59 41 0 2A E0 4F 20
Octal 21 64 224 131 101 0 52 340 117 40
Binary 10001 110100 10010100 1011001 1000001 0 101010 11100000 1001111 100000

Color Harmonies of #113494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113494

Black with #113494

Text Example


Text Example

White with #113494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113494; }

 p { color: rgb(17,52,148); }

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

background-color css

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

 a { background-color: rgb(17,52,148); }

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

border-color css

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

 span { border-color: rgb(17,52,148); }

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