Html Css Color HEX #112693 Egyptian Blue

📋 copy color: '#112693'

red 17 ◦ green 38 ◦ blue 147

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

Shades of Egyptian Blue #112693

Tints of Egyptian Blue #112693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 8.42%
G = 18.81%
B = 72.77%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112693 (or 0x112693) is known color: Egyptian Blue. HEX triplet: 11, 26 and 93. RGB value is (17,38,147). Sum of RGB (Red+Green+Blue) = 17+38+147=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #112693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112693 is #EED96C. Grayscale: #2B2B2B. Windows color (decimal): -15653229 or 9643537. OLE color: 9643537.

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

Color convert

RGB 17 38 147 -
CMYK 0.88 0.74 0 0.42
HSL 230.31º 0.79% 0.32% -
HSV(B) 230.31º 0.88% 0.58% -
XYZ 6.19 3.61 27.97 -
YUV 44.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 17 38 147 0.88 0.74 0 0.42 230.31 0.79 0.32
Hex 11 26 93 58 4A 0 2A E6 4F 20
Octal 21 46 223 130 112 0 52 346 117 40
Binary 10001 100110 10010011 1011000 1001010 0 101010 11100110 1001111 100000

Color Harmonies of #112693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112693

Black with #112693

Text Example


Text Example

White with #112693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112693; }

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

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

background-color css

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

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

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

border-color css

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

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

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