Html Css Color HEX #112893 Egyptian Blue

📋 copy color: '#112893'

red 17 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #112893

Tints of Egyptian Blue #112893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 8.33%
G = 19.61%
B = 72.06%

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

#112893 (or 0x112893) is known color: Egyptian Blue. HEX triplet: 11, 28 and 93. RGB value is (17,40,147). Sum of RGB (Red+Green+Blue) = 17+40+147=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #112893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112893 is #EED76C. Grayscale: #2C2C2C. Windows color (decimal): -15652717 or 9644049. OLE color: 9644049.

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

Color convert

RGB 17 40 147 -
CMYK 0.88 0.73 0 0.42
HSL 229.38º 0.79% 0.32% -
HSV(B) 229.38º 0.88% 0.58% -
XYZ 6.26 3.74 28 -
YUV 45.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 17 40 147 0.88 0.73 0 0.42 229.38 0.79 0.32
Hex 11 28 93 58 49 0 2A E5 4F 20
Octal 21 50 223 130 111 0 52 345 117 40
Binary 10001 101000 10010011 1011000 1001001 0 101010 11100101 1001111 100000

Color Harmonies of #112893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112893

Black with #112893

Text Example


Text Example

White with #112893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112893; }

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

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

background-color css

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

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

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

border-color css

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

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

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