#112797

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

Shades of Egyptian Blue #112797

Tints of Egyptian Blue #112797

Color information

#112797 (or 0x112797) is unknown color: approx Egyptian Blue. HEX triplet: 11, 27 and 97. RGB value is (17,39,151). Sum of RGB (Red+Green+Blue) = 17+39+151=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #112797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112797 is #EED868. Grayscale: #2C2C2C. Windows color (decimal): -15652969 or 9905937. OLE color: 9905937.

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

Color convert

RGB1739151-
CMYK0.890.7400.41
HSL230.15º79.76%32.94%-
HSV(B)230.15º88.74%59.22%-
XYZ6.543.829.67-
YUV45.19187.71107.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 151 (59.38% from 255) = 72.95%
R=8.21%
G=18.84%
B=72.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17391510.890.7400.41230.1579.7632.94
Hex112797594A029e65021
Octal214722713111205134612041
Binary1000110011110010111101100110010100101001111001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112797; }

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

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

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

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

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

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

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

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