Html Css Color HEX #112492 Egyptian Blue

📋 copy color: '#112492'

red 17 ◦ green 36 ◦ blue 146

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

Shades of Egyptian Blue #112492

Tints of Egyptian Blue #112492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.37%

R = 8.54%
G = 18.09%
B = 73.37%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112492 (or 0x112492) is known color: Egyptian Blue. HEX triplet: 11, 24 and 92. RGB value is (17,36,146). Sum of RGB (Red+Green+Blue) = 17+36+146=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #112492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112492 is #EEDB6D. Grayscale: #2A2A2A. Windows color (decimal): -15653742 or 9577489. OLE color: 9577489.

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

Color convert

RGB 17 36 146 -
CMYK 0.88 0.75 0 0.43
HSL 231.16º 0.79% 0.32% -
HSV(B) 231.16º 0.88% 0.57% -
XYZ 6.05 3.46 27.54 -
YUV 42.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 17 36 146 0.88 0.75 0 0.43 231.16 0.79 0.32
Hex 11 24 92 58 4B 0 2B E7 4F 20
Octal 21 44 222 130 113 0 53 347 117 40
Binary 10001 100100 10010010 1011000 1001011 0 101011 11100111 1001111 100000

Color Harmonies of #112492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112492

Black with #112492

Text Example


Text Example

White with #112492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112492; }

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

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

background-color css

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

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

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

border-color css

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

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

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