#112FB2

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

Shades of Egyptian Blue #112FB2

Tints of Egyptian Blue #112FB2

Color information

#112FB2 (or 0x112FB2) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2F and B2. RGB value is (17,47,178). Sum of RGB (Red+Green+Blue) = 17+47+178=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #112FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FB2 is #EED04D. Grayscale: #343434. Windows color (decimal): -15650894 or 11677457. OLE color: 11677457.

HSL color Cylindrical-coordinate representation of color #112FB2: hue angle of 228.82º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FB2 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1747178-
CMYK0.900.7400.30
HSL228.82º82.56%38.24%-
HSV(B)228.82º90.45%69.8%-
XYZ9.285.3742.67-
YUV52.96198.56102.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 178 (69.92% from 255) = 73.55%
R=7.02%
G=19.42%
B=73.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17471780.900.7400.30228.8282.5638.24
Hex112FB25A4A01Ee55326
Octal215726213211203634512346
Binary100011011111011001010110101001010011110111001011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112FB2; }

 p { color: rgb(17,47,178); }

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

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

 a { background-color: rgb(17,47,178); }

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

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

 span { border-color: rgb(17,47,178); }

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