Html Css Color HEX #112996 Egyptian Blue

📋 copy color: '#112996'

red 17 ◦ green 41 ◦ blue 150

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

Shades of Egyptian Blue #112996

Tints of Egyptian Blue #112996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 150 (58.98% from 255) = 72.12%

R = 8.17%
G = 19.71%
B = 72.12%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#112996 (or 0x112996) is known color: Egyptian Blue. HEX triplet: 11, 29 and 96. RGB value is (17,41,150). Sum of RGB (Red+Green+Blue) = 17+41+150=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #112996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112996 is #EED669. Grayscale: #2D2D2D. Windows color (decimal): -15652458 or 9840913. OLE color: 9840913.

HSL color Cylindrical-coordinate representation of color #112996: hue angle of 229.17º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112996 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 41 150 -
CMYK 0.89 0.73 0 0.41
HSL 229.17º 0.8% 0.33% -
HSV(B) 229.17º 0.89% 0.59% -
XYZ 6.53 3.91 29.26 -
YUV 46.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 17 41 150 0.89 0.73 0 0.41 229.17 0.8 0.33
Hex 11 29 96 59 49 0 29 E5 50 21
Octal 21 51 226 131 111 0 51 345 120 41
Binary 10001 101001 10010110 1011001 1001001 0 101001 11100101 1010000 100001

Color Harmonies of #112996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112996

Black with #112996

Text Example


Text Example

White with #112996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112996; }

 p { color: rgb(17,41,150); }

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

background-color css

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

 a { background-color: rgb(17,41,150); }

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

border-color css

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

 span { border-color: rgb(17,41,150); }

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