#112595

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

Shades of Egyptian Blue #112595

Tints of Egyptian Blue #112595

Color information

#112595 (or 0x112595) is unknown color: approx Egyptian Blue. HEX triplet: 11, 25 and 95. RGB value is (17,37,149). Sum of RGB (Red+Green+Blue) = 17+37+149=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #112595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112595 is #EEDA6A. Grayscale: #2B2B2B. Windows color (decimal): -15653483 or 9774353. OLE color: 9774353.

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

Color convert

RGB1737149-
CMYK0.890.7500.42
HSL230.91º79.52%32.55%-
HSV(B)230.91º88.59%58.43%-
XYZ6.323.6128.8-
YUV43.79187.37108.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=8.37%
G=18.23%
B=73.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17371490.890.7500.42230.9179.5232.55
Hex112595594B02Ae75021
Octal214522513111305234712041
Binary1000110010110010101101100110010110101010111001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112595; }

 p { color: rgb(17,37,149); }

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

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

 a { background-color: rgb(17,37,149); }

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

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

 span { border-color: rgb(17,37,149); }

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