#112497

Color #112497 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #112497

Tints of Egyptian Blue #112497

Color information

#112497 (or 0x112497) is unknown color: approx Egyptian Blue. HEX triplet: 11, 24 and 97. RGB value is (17,36,151). Sum of RGB (Red+Green+Blue) = 17+36+151=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #112497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112497 is #EEDB68. Grayscale: #2A2A2A. Windows color (decimal): -15653737 or 9905169. OLE color: 9905169.

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

Color convert

RGB1736151-
CMYK0.890.7600.41
HSL231.49º79.76%32.94%-
HSV(B)231.49º88.74%59.22%-
XYZ6.453.6229.64-
YUV43.43188.71109.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 151 (59.38% from 255) = 74.02%
R=8.33%
G=17.65%
B=74.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17361510.890.7600.41231.4979.7632.94
Hex112497594C029e75021
Octal214422713111405134712041
Binary1000110010010010111101100110011000101001111001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112497; }

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

 H1.HeaderClassName
 {
   color: #112497;
 }
 .AnyTagClassName
 {
   color: #112497;
 }
</style>
background-color css

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

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

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

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

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

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