Html Css Color HEX #112494 Egyptian Blue

📋 copy color: '#112494'

red 17 ◦ green 36 ◦ blue 148

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

Shades of Egyptian Blue #112494

Tints of Egyptian Blue #112494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 8.46%
G = 17.91%
B = 73.63%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112494 (or 0x112494) is known color: Egyptian Blue. HEX triplet: 11, 24 and 94. RGB value is (17,36,148). Sum of RGB (Red+Green+Blue) = 17+36+148=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #112494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112494 is #EEDB6B. Grayscale: #2A2A2A. Windows color (decimal): -15653740 or 9708561. OLE color: 9708561.

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

Color convert

RGB 17 36 148 -
CMYK 0.89 0.76 0 0.42
HSL 231.3º 0.79% 0.32% -
HSV(B) 231.3º 0.89% 0.58% -
XYZ 6.21 3.52 28.37 -
YUV 43.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 17 36 148 0.89 0.76 0 0.42 231.3 0.79 0.32
Hex 11 24 94 59 4C 0 2A E7 4F 20
Octal 21 44 224 131 114 0 52 347 117 40
Binary 10001 100100 10010100 1011001 1001100 0 101010 11100111 1001111 100000

Color Harmonies of #112494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112494

Black with #112494

Text Example


Text Example

White with #112494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112494; }

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

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

background-color css

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

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

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

border-color css

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

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

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