#112299

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

Shades of Egyptian Blue #112299

Tints of Egyptian Blue #112299

Color information

#112299 (or 0x112299) is unknown color: approx Egyptian Blue. HEX triplet: 11, 22 and 99. RGB value is (17,34,153). Sum of RGB (Red+Green+Blue) = 17+34+153=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #112299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112299 is #EEDD66. Grayscale: #292929. Windows color (decimal): -15654247 or 10035729. OLE color: 10035729.

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

Color convert

RGB1734153-
CMYK0.890.7800.4
HSL232.5º80%33.33%-
HSV(B)232.5º88.89%60%-
XYZ6.553.5630.48-
YUV42.48190.37109.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 153 (60.16% from 255) = 75%
R=8.33%
G=16.67%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17341530.890.7800.4232.58033.33
Hex112299594E028e85021
Octal214223113111605035012041
Binary1000110001010011001101100110011100101000111010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112299; }

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

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

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

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

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

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

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

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