Html Css Color HEX #113294 Egyptian Blue

📋 copy color: '#113294'

red 17 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #113294

Tints of Egyptian Blue #113294

RGB

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

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

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

R = 7.91%
G = 23.26%
B = 68.84%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113294 (or 0x113294) is known color: Egyptian Blue. HEX triplet: 11, 32 and 94. RGB value is (17,50,148). Sum of RGB (Red+Green+Blue) = 17+50+148=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #113294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113294 is #EECD6B. Grayscale: #323232. Windows color (decimal): -15650156 or 9712145. OLE color: 9712145.

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

Color convert

RGB 17 50 148 -
CMYK 0.89 0.66 0 0.42
HSL 224.89º 0.79% 0.32% -
HSV(B) 224.89º 0.89% 0.58% -
XYZ 6.72 4.54 28.54 -
YUV 51.31 182.57 103.53 -
System Red Green Blue C M Y K H S L
Decimal 17 50 148 0.89 0.66 0 0.42 224.89 0.79 0.32
Hex 11 32 94 59 42 0 2A E1 4F 20
Octal 21 62 224 131 102 0 52 341 117 40
Binary 10001 110010 10010100 1011001 1000010 0 101010 11100001 1001111 100000

Color Harmonies of #113294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113294

Black with #113294

Text Example


Text Example

White with #113294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113294; }

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

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

background-color css

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

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

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

border-color css

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

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

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