#112F95

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

Shades of Egyptian Blue #112F95

Tints of Egyptian Blue #112F95

Color information

#112F95 (or 0x112F95) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2F and 95. RGB value is (17,47,149). Sum of RGB (Red+Green+Blue) = 17+47+149=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #112F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F95 is #EED06A. Grayscale: #313131. Windows color (decimal): -15650923 or 9776913. OLE color: 9776913.

HSL color Cylindrical-coordinate representation of color #112F95: hue angle of 226.36º 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 #112F95 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1747149-
CMYK0.890.6800.42
HSL226.36º79.52%32.55%-
HSV(B)226.36º88.59%58.43%-
XYZ6.674.3228.92-
YUV49.66184.06104.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=7.98%
G=22.07%
B=69.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17471490.890.6800.42226.3679.5232.55
Hex112F95594402Ae25021
Octal215722513110405234212041
Binary1000110111110010101101100110001000101010111000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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