Html Css Color HEX #112793 Egyptian Blue

📋 copy color: '#112793'

red 17 ◦ green 39 ◦ blue 147

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

Shades of Egyptian Blue #112793

Tints of Egyptian Blue #112793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 8.37%
G = 19.21%
B = 72.41%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112793 (or 0x112793) is known color: Egyptian Blue. HEX triplet: 11, 27 and 93. RGB value is (17,39,147). Sum of RGB (Red+Green+Blue) = 17+39+147=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #112793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112793 is #EED86C. Grayscale: #2C2C2C. Windows color (decimal): -15652973 or 9643793. OLE color: 9643793.

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

Color convert

RGB 17 39 147 -
CMYK 0.88 0.73 0 0.42
HSL 229.85º 0.79% 0.32% -
HSV(B) 229.85º 0.88% 0.58% -
XYZ 6.22 3.68 27.99 -
YUV 44.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 17 39 147 0.88 0.73 0 0.42 229.85 0.79 0.32
Hex 11 27 93 58 49 0 2A E6 4F 20
Octal 21 47 223 130 111 0 52 346 117 40
Binary 10001 100111 10010011 1011000 1001001 0 101010 11100110 1001111 100000

Color Harmonies of #112793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112793

Black with #112793

Text Example


Text Example

White with #112793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112793; }

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

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

background-color css

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

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

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

border-color css

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

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

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