#112499

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

Shades of Egyptian Blue #112499

Tints of Egyptian Blue #112499

Color information

#112499 (or 0x112499) is unknown color: approx Egyptian Blue. HEX triplet: 11, 24 and 99. RGB value is (17,36,153). Sum of RGB (Red+Green+Blue) = 17+36+153=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #112499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112499 is #EEDB66. Grayscale: #2B2B2B. Windows color (decimal): -15653735 or 10036241. OLE color: 10036241.

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

Color convert

RGB1736153-
CMYK0.890.7600.4
HSL231.62º80%33.33%-
HSV(B)231.62º88.89%60%-
XYZ6.613.6830.5-
YUV43.66189.71108.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=8.25%
G=17.48%
B=74.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17361530.890.7600.4231.628033.33
Hex112499594C028e85021
Octal214423113111405035012041
Binary1000110010010011001101100110011000101000111010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112499; }

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

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

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

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

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

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

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

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