#112FB1

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

Shades of Egyptian Blue #112FB1

Tints of Egyptian Blue #112FB1

Color information

#112FB1 (or 0x112FB1) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2F and B1. RGB value is (17,47,177). Sum of RGB (Red+Green+Blue) = 17+47+177=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #112FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FB1 is #EED04E. Grayscale: #343434. Windows color (decimal): -15650895 or 11611921. OLE color: 11611921.

HSL color Cylindrical-coordinate representation of color #112FB1: hue angle of 228.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FB1 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1747177-
CMYK0.900.7300.31
HSL228.75º82.47%38.04%-
HSV(B)228.75º90.4%69.41%-
XYZ9.185.3342.14-
YUV52.85198.06102.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 177 (69.53% from 255) = 73.44%
R=7.05%
G=19.50%
B=73.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17471770.900.7300.31228.7582.4738.04
Hex112FB15A4901Fe55226
Octal215726113211103734512246
Binary100011011111011000110110101001001011111111001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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