Html Css Color HEX #112293 Egyptian Blue

📋 copy color: '#112293'

red 17 ◦ green 34 ◦ blue 147

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

Shades of Egyptian Blue #112293

Tints of Egyptian Blue #112293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 8.59%
G = 17.17%
B = 74.24%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112293 (or 0x112293) is known color: Egyptian Blue. HEX triplet: 11, 22 and 93. RGB value is (17,34,147). Sum of RGB (Red+Green+Blue) = 17+34+147=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #112293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112293 is #EEDD6C. Grayscale: #292929. Windows color (decimal): -15654253 or 9642513. OLE color: 9642513.

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

Color convert

RGB 17 34 147 -
CMYK 0.88 0.77 0 0.42
HSL 232.15º 0.79% 0.32% -
HSV(B) 232.15º 0.88% 0.58% -
XYZ 6.07 3.37 27.93 -
YUV 41.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 17 34 147 0.88 0.77 0 0.42 232.15 0.79 0.32
Hex 11 22 93 58 4D 0 2A E8 4F 20
Octal 21 42 223 130 115 0 52 350 117 40
Binary 10001 100010 10010011 1011000 1001101 0 101010 11101000 1001111 100000

Color Harmonies of #112293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112293

Black with #112293

Text Example


Text Example

White with #112293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112293; }

 p { color: rgb(17,34,147); }

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

background-color css

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

 a { background-color: rgb(17,34,147); }

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

border-color css

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

 span { border-color: rgb(17,34,147); }

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